- 14 mar., 2018 1 validation
-
-
Rahul Goswami a écrit
* test commit * agents.ipynb * agents.ipynb * Fixed all the instances of issue #833 * minor fix and cleared change in agents.ipynb
-
- 23 fév., 2018 1 validation
-
-
Anthony Marakis a écrit
-
- 09 juil., 2017 1 validation
-
-
Anthony Marakis a écrit
* spacing in text.py * information retrieval notebook section
-
- 04 juil., 2017 1 validation
-
-
Anthony Marakis a écrit
* Update text.py * Update test_text.py * Update text.ipynb * 'sentences' to 'samples'
-
- 03 juil., 2017 1 validation
-
-
Anthony Marakis a écrit
* unigram char model + rename text to word models * Update test_text.py * Update text.ipynb * remove duplicate assert
-
- 24 mai, 2017 1 validation
-
-
C.G.Vedant a écrit
* Fix flake8 warnings * Remove unnecessary #noqa * Fix doctest
-
- 14 avr., 2017 1 validation
-
-
Antonis Maronikolakis a écrit
-
- 12 avr., 2017 2 validations
-
-
C.G.Vedant a écrit
-
C.G.Vedant a écrit
* Adds hashable dict type * Implemented permutation decoder * added test for permutation decode * Optimized permutationdecoder * relaxed tests * uses isinstance
-
- 06 avr., 2017 1 validation
-
-
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
-
-
lucasmoura a écrit
* Exclude test files from flake8 check * Fix flake8 for main files * Add flake8 check to build
-
lucasmoura a écrit
* Add NgramCharModel to text.py * Update text.py * Update
-
lucasmoura a écrit
* Fix NgramTextModel bug * Add new tests for NgramTextModel
-
- 03 mar., 2017 1 validation
-
-
Antonis Maronikolakis a écrit
* Update search.py Commenting issues fixed (spacing and punctuation was off sometimes). * Update agents.py * Update canvas.py Grammar * Update grid.py * Update learning.py Added period * Update logic.py Fix quoting * Update mdp.py Fixed quoting * Update nlp.py Capitalization and punctuation fixes * Update planning.py * Update probability.py * Update rl.py 'th' to 'the' * Update search.py * Update text.py * Update utils.py * Update utils.py * Update utils.py * Update learning.py Typo * Update utils.py
-
- 07 sept., 2016 1 validation
-
-
Tarun Kumar Vangani a écrit
-
- 20 juin, 2016 1 validation
-
-
Tarun Kumar Vangani a écrit
-
- 09 avr., 2016 1 validation
-
-
Tarun Kumar Vangani a écrit
* Made Log Usage Consistent in text.py * Added Explicit Imports from utils
-
- 05 avr., 2016 1 validation
-
-
Peter Norvig a écrit
-
- 30 mar., 2016 1 validation
-
-
SnShine a écrit
-
- 24 mar., 2016 11 validations
-
-
Larry He a écrit
doccument -> document
-
Larry He a écrit
In hindsight, the variable name "doc" implies we are manipulating the document itself when, in reality, we are manipulating the index of the document. "docid" better expresses this concept.
-
Larry He a écrit
-
Larry He a écrit
-
Larry He a écrit
-
Larry He a écrit
Added self to argument
-
Larry He a écrit
-
Larry He a écrit
-
Larry He a écrit
This change is for consistency.
-
Larry He a écrit
Cast was not needed since the return value was already being cast. Query function changed to use heapq.nlargest() for simplicity
-
Larry He a écrit
Problems fixed: Replaced cmp: 1 instance in line 323 of search.py Convert set() to {}: 3 instances in line 29 of MDP.py, line 181 and 215 of search.py Convert .sort() to sorted(): 1 instance in line 150 of text.py Cast map to list: 1 instance in line 47 of grid.py
-
- 11 mar., 2016 1 validation
-
-
Lucas Moura a écrit
-
- 10 mar., 2016 1 validation
-
-
MircoT a écrit
-
- 09 mar., 2016 1 validation
-
-
MircoT a écrit
- Fix relative imports in base of is a package or not - Fix not working notebooks - Add notebooks to packages sources
-
- 06 mar., 2016 5 validations
- 05 mar., 2016 1 validation
-
-
norvig a écrit
These functions, which I had to implement in Python 2.2, are now available in standard Python.
-
- 14 nov., 2011 1 validation
-
-
withal a écrit
Move CountingProbDist to learning.py and use it in NaiveBayesLearner. Make NaiveBayesLearner use target-value frequencies too.
-