- 24 mai, 2017 2 validations
-
-
C.G.Vedant a écrit
* Fix flake8 warnings * Remove unnecessary #noqa * Fix doctest
-
C.G.Vedant a écrit
* Modified relevant_pages() * Additional tests for relevant_pages()
-
- 17 avr., 2017 11 validations
-
-
Antonis Maronikolakis a écrit
* Add Gaussian Function * Added Tests Add tests for Continuous Naive Bayes + Means/Standard Deviation * Update learning.py * Commenting Fix * Add test for gaussian * test for every class * Update test_learning.py * Round float results to make sure test passes
-
articuno12 a écrit
* Added test for FIFOQueue * Updated FIFOQueue * Updated FIFOQueue * FIFOQueue using deque * fixed flake8 warnings
-
lucasmoura a écrit
-
Angira Sharma a écrit
-
Kaivalya Rawal a écrit
* replace assert with if test in add_thing * removed inline assert * added unit test to check edit * improve user interface
-
C.G.Vedant a écrit
* Add test for determineInlinks() * Add test for HITS() * fixed premature updation * Refactor code to match pseudocode
-
Antonis Maronikolakis a écrit
-
Antonis Maronikolakis a écrit
* Added test_rl.py * Update test_rl.py Accidentally left "agent.U == 0" in. It was there for some testing of mine.
-
Antonis Maronikolakis a écrit
* Update learning.py * Update test_learning.py * Update test_learning.py
-
Kaivalya Rawal a écrit
* define HLA, Problem and implement 11.1 * add demonstration of job_shop_problem * implementing 11.5 * adding test for refinement
-
Antonis Maronikolakis a écrit
* Update search.py * Update test_search.py * minor edits and notes * removed fuzzywuzzy * Add 8-Queens Test * Optimization without veering from pseudocode * Variable renaming * Update search.py * Optimization * Update test_search.py * Fairer reproduction
-
- 14 avr., 2017 2 validations
-
-
Luke Schoen a écrit
-
Antonis Maronikolakis a écrit
* Add grade_learner * Update test_learning.py
-
- 13 avr., 2017 2 validations
-
-
lucasmoura a écrit
-
Antonis Maronikolakis a écrit
-
- 12 avr., 2017 6 validations
-
-
C.G.Vedant a écrit
* Fixed normalize() * Update test for normalize()
-
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 1 validation
-
-
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
-