- 12 mar., 2016 1 validation
-
-
Stuart Russell a écrit
Remove count_if, find_if, every, some, Struct; replace them with modern Python equivalents.
-
- 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 4 validations
- 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.
-
- 31 oct., 2011 2 validations
- 29 oct., 2011 1 validation
-
-
withal a écrit
-
- 28 oct., 2011 1 validation
-
-
withal a écrit
Don't compare strings with 'is not'. (Broke things in pypy.) Also show Struct members in sorted order so doctests work in pypy.
-
- 25 oct., 2011 1 validation
-
-
withal a écrit
-
- 24 oct., 2011 2 validations
- 23 oct., 2011 23 validations
-
-
withal a écrit
-
withal a écrit
-
withal a écrit
-
withal a écrit
-
withal a écrit
-
withal a écrit
-
withal a écrit
-
withal a écrit
-
withal a écrit
Replaced Learner with a functional interface. This is a pretty big change you might especially want to review.
-
withal a écrit
-
withal a écrit
-
withal a écrit
-
withal a écrit
Fixed DataSet doc comments. Added rep-invariant check. DecisionTreeLearner now breaks ties on leaves randomly. NaiveBayesLearner now collects stats only on input fields. Minor cleanup.
-
withal a écrit
-
withal a écrit
-
withal a écrit
-
withal a écrit
-
withal a écrit
-
withal a écrit
-
withal a écrit
Lined up DataSet params with the documented fields. Documented extra param. Fixed .sanitize() to replace with None (the old code no longer did quite what was documented).
-
withal a écrit
-
withal a écrit
-
withal a écrit
-
- 17 oct., 2011 1 validation
-
-
withal a écrit
-