- 20 mar., 2016 1 validation
-
-
norvig a écrit
-
- 19 mar., 2016 3 validations
- 16 mar., 2016 2 validations
- 15 mar., 2016 1 validation
-
-
Chirag Vartak a écrit
-
- 13 mar., 2016 2 validations
-
-
Chirag Vartak a écrit
-
norvig a écrit
-
- 12 mar., 2016 3 validations
-
-
Sidharth Sindhra a écrit
-
Chirag Vartak a écrit
-
Stuart Russell a écrit
Remove count_if, find_if, every, some, Struct; replace them with modern Python equivalents.
-
- 11 mar., 2016 3 validations
-
-
Lucas Moura a écrit
-
Chirag Vartak a écrit
-
Chipe1 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
-
- 08 mar., 2016 2 validations
- 07 mar., 2016 1 validation
-
-
SnShine a écrit
-
- 06 mar., 2016 6 validations
- 05 mar., 2016 9 validations
-
-
Tarun Kumar a écrit
-
SnShine a écrit
-
Tarun Kumar a écrit
-
Tarun Kumar a écrit
-
Tarun Kumar a écrit
-
norvig a écrit
These functions, which I had to implement in Python 2.2, are now available in standard Python.
-
norvig a écrit
use “raise NotImplementedError” for abstract methods
-
norvig a écrit
-
norvig a écrit
This is really the pull request from tmrts, but as a novice git user, I couldn't figure out how to do the merge after there were some other changes, so I did it manually. Sorry that you don't get official credit, tmrts, but thanks!
-
- 04 mar., 2016 3 validations
- 04 nov., 2011 1 validation
-
-
withal a écrit
* Use weighted_sampler() for the sampling. * By not using a defaultdict, keep n_obs always up to date. * Don't inherit from ProbDist, at least for now, since we don't use anything from the superclass, and if we did it would break (e.g. __setitem__). * Remove __len__ since nobody uses it. * Use heapq.nlargest. Also separate random doctests from others, and tweak docs.
-
- 29 oct., 2011 1 validation
-
-
withal a écrit
-