Skip to content

Conversation

@antmarakis
Copy link
Collaborator

Added a section for the Current-Best Learning, including the two examples used in the tests. Also, fixed a small bug with the implementation.

@norvig
Copy link
Collaborator

norvig commented Jul 30, 2017

This is very nice. One thing: I don't like that each restaurant example takes up multiple rows of text and is hard to read. I would define a function rrow (for "restaurant row", or pick a better name) and then write the table like this:

 restaurant = [
                        rrow('Yes No No Yes Some $$$ No Yes French 0-10 Yes'),
                        ...
                      ]

@norvig norvig merged commit 0db7063 into aimacode:master Jul 30, 2017
@antmarakis antmarakis deleted the patch-6 branch July 30, 2017 16:18
dj5x5 pushed a commit to dj5x5/aima-python that referenced this pull request Jul 17, 2025
* fix small bug in knowledge.py

If hypotheses was empty, it would fail.

* add knowledge.ipynb

* fix dollar signs

* add image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants