- 12 avr., 2017 5 validations
-
-
C.G.Vedant a écrit
-
Angira Sharma a écrit
added test for count() and mode()
-
lucasmoura a écrit
-
Antonis Maronikolakis a écrit
-
Antonis Maronikolakis a écrit
* Update test_learning.py * Update learning.py * set max_score to -1 (for now) * Update learning.py * Make find_max more pythonic
-
- 07 avr., 2017 1 validation
-
-
lucasmoura a écrit
-
- 06 avr., 2017 2 validations
-
-
Antonis Maronikolakis a écrit
* Update learning.py * Add Euclidean Distance * Update learning.ipynb * minor fix in notebook * minor spacing in learning.py * Added Euclidean Test
-
C.G.Vedant a écrit
* Adds hashable dict type * Implemented permutation decoder * added test for permutation decode * Optimized permutationdecoder * relaxed tests
-
- 25 mar., 2017 3 validations
-
-
Antonis Maronikolakis a écrit
* Implement Topological Sort - Implemented topological_sort - Added auxiliary function build_topological - Updated call to topological_sort * Use defaultdict to build visited * Added test * Update csp.py Skip first item of iteration
-
Antonis Maronikolakis a écrit
* Bugfixing * Test for "exclude" * Update test_learning.py * update_values
-
lucasmoura a écrit
* Fix NgramTextModel bug * Add new tests for NgramTextModel
-
- 22 mar., 2017 4 validations
-
-
Angira Sharma a écrit
* Update test_agents.py pep8 changes, showed flake8 errors * Update test_agents.py * Update test_agents.py * Update test_agents.py * Update test_text.py added missing whitespace after comma * Update utils.py added space after comma * Update search.py added space after comma * Update probability.py added space after comma * Update learning.py added space after comma * Update planning.py added double_tennis_problem * Update rl.py In the pseudocode figure 21.8, the first 'if' starts with argument 's', which is the previous state, not s1(i.e, the current state). * Update search.py the 'uniform_cost_search' in notebook 'search-4e.ipynb' resembles more to the pseudocode in book. * Update search.py * Update search.py * Update search.py
-
Antonis Maronikolakis a écrit
Add DecisionTreeLearner, NeuralNetLearner and PerceptronLearner tests
-
Kaivalya Rawal a écrit
* move play_game into games class * display current state before prompting for action * fixed player swap bug * display available moves to human players * make tests pass
-
articuno12 a écrit
* Added testcase for agents.py * spacing around commas was wrong
-
- 18 mar., 2017 4 validations
-
-
lucasmoura a écrit
Add test for the following functions from csp.py * revise * AC3 * first_unassigned_variable * num_legal_values * mrv
-
Antonis Maronikolakis a écrit
* Rearranged Tests - test_ngram_models to the top - added test_viterbi-segmentation - removed test_unigram_text_model * "test_ngram_models" to "test_text_models"
-
Kaivalya Rawal a écrit
* added tests for Direction * fixed Direction arithmetic error
-
Antonis Maronikolakis a écrit
* Update agents.py * Update test_grid.py * Update grid.py
-
- 07 mar., 2017 2 validations
-
-
lucasmoura a écrit
Add tests to the following methods from CSP class * result * goal_test * support_prunning * suppose * prune * choices * infer_assignement * restore * conflicted_vars
-
lucasmoura a écrit
* Add flake8 config file * Fix flake8 for test files
-
- 05 mar., 2017 3 validations
-
-
lucasmoura a écrit
* Add tests to CSP class Add test for the following methods on CSP class: * assign * unassigns * nconflits * actions * Refactor some asserts in test_csp.py Some asserts were being done in the following way: assert (X is not None) == True Now, they are handled in the following way: assert X
-
lucasmoura a écrit
-
Antonis Maronikolakis a écrit
- Added tests for PluralityLearner, NaiveBayes and kNN algorithms - Replace parse_csv with non-trivial input
-
- 03 mar., 2017 1 validation
-
-
Jacob Kalakal Joseph a écrit
-
- 27 sept., 2016 1 validation
-
-
opensourceware a écrit
* Added implementation of the cake problem * Added test for three_block_tower and fixed a bug in three_block_tower code
-
- 14 sept., 2016 1 validation
-
-
Rahul Patel a écrit
Added test for spare_tire problem of planning module.
-
- 07 sept., 2016 1 validation
-
-
Jonathon Belotti a écrit
* Implementing HITS algorithm * Moving HITS work to nlp.py and test_nlp.py
-
- 29 juin, 2016 2 validations
-
-
Tarun Kumar Vangani a écrit
-
Tarun Kumar Vangani a écrit
-
- 20 juin, 2016 1 validation
-
-
Tarun Kumar Vangani a écrit
-
- 24 mai, 2016 1 validation
-
-
Tarun Kumar Vangani a écrit
-
- 22 mai, 2016 2 validations
-
-
C.G.Vedant a écrit
* Added Action class for PDDL * Added tests for Action class * Changed doc string * Added PDLL class * Added Air-Cargo-problem * Tested Air Cargo Problem
-
Tarun Kumar Vangani a écrit
-
- 17 avr., 2016 2 validations
-
-
Darius Bacon a écrit
-
Darius Bacon a écrit
-
- 16 avr., 2016 2 validations
-
-
Darius Bacon a écrit
-
Darius Bacon a écrit
-
- 13 avr., 2016 2 validations
-
-
Tarun Kumar Vangani a écrit
* Replaced mean with standard lib function introduced in 3.4 * #TODO Replaced every with all * Proper names for variables introduced in 2to3 conversion.
-
Surya Teja Cheedella a écrit
* modifies Fig. to Figure all over the repository * fixed a small type in logic.py
-