# HG changeset patch # User gdesjardins # Date 1283879438 14400 # Node ID 875d53754bd035da6844ca4a63f9e9a6236f364c # Parent 730c009509575c0ec103092ade391cdb6613cf1e Picked MontePython as second ML library to look into diff -r 730c00950957 -r 875d53754bd0 doc/v2_planning/existing_python_ml_libraries.txt --- a/doc/v2_planning/existing_python_ml_libraries.txt Tue Sep 07 12:54:56 2010 -0400 +++ b/doc/v2_planning/existing_python_ml_libraries.txt Tue Sep 07 13:10:38 2010 -0400 @@ -16,7 +16,7 @@ * PyML (http://pyml.sourceforge.net/) * mlpy (https://mlpy.fbk.eu/) * APGL (http://packages.python.org/apgl/) - * MontePython (http://montepython.sourceforge.net/) + * MontePython (http://montepython.sourceforge.net/) Guillaume (but could trade) * Shogun python bindings * libsvm python bindings Ian (but could trade) * scikits.learn Guillaume (but could trade) diff -r 730c00950957 -r 875d53754bd0 doc/v2_planning/sampler.txt --- a/doc/v2_planning/sampler.txt Tue Sep 07 12:54:56 2010 -0400 +++ b/doc/v2_planning/sampler.txt Tue Sep 07 13:10:38 2010 -0400 @@ -28,7 +28,6 @@ * wish list: beta, poisson, others ? List of sampling algorithms: - * inversion sampling * rejection sampling * importance sampling