文件历史

92 次代码提交

作者 SHA1 备注 提交日期
brady salz 2a41d55fc4 Update tree.py to default to use all features (#21) 2016-12-06 09:57:58 +03:00
Nguyễn Tuấn Kiên 9dc76dfaff Add method. (#20) 2016-12-04 14:22:06 +03:00
Jiancheng 829c74cf7d Fixing on KMeans plot and Gaussian Mixture (#19)
* Add Gaussian Mixture Model and example

* Fixing KMeans.plot and a trivial change on GMM code
2016-11-29 16:36:24 +03:00
Jiancheng 8f111282c9 Add Gaussian Mixture Model and example (#18) 2016-11-28 16:36:30 +03:00
rushter 21b090dafe Fix neuralnet test 2016-11-26 03:23:34 +03:00
vincent tang 862bcdfae9 Unittest for reduction (#16)
* add test_DR

* include pca fitting

* include pca fitting
2016-11-26 03:11:31 +03:00
rushter 830f68a905 Add some comments to the neuralnets 2016-11-20 21:53:26 +03:00
rushter 2c15265007 Small fixes for k-means, Naive bayes 2016-11-19 22:21:38 +03:00
rushter 33d2662530 Ensemble methods: Optimize split search, update comments 2016-11-19 22:03:10 +03:00
rushter 2e4398de5e Remove unused dataset, update requirements 2016-11-18 18:25:27 +03:00
rushter 9fbb7114bc Merge branch 'master' of https://github.com/rushter/MLAlgorithms 2016-11-18 18:09:29 +03:00
rushter 2027d3347a Update Naive Bayes classifier 2016-11-18 18:08:53 +03:00
Nicolas HUG 507a5ef9b0 Implemented k-NN regressor (#11)
* Implemented a KNN Regressor.

* changed a comment and used generator instead of list
2016-11-18 17:29:16 +03:00
rushter acfef46f8e Remove redundant suffixes from tests 2016-11-18 02:19:26 +03:00
rushter 6d75555ab3 Update knn example, add test 2016-11-18 02:16:35 +03:00
rushter 7856af6494 Fix cast denominator to float 2016-11-18 02:05:32 +03:00
rushter 04c47f6943 FIx: check if X is numpy array 2016-11-18 02:01:26 +03:00
rushter a58235ce03 Add Naive Bayes 2016-11-18 01:52:56 +03:00
Nicolas Hug d298edacaa Minor commit.
added .swp files in .gitignore for vim
changed 'features' to 'targets' in BaseEstimator error message
added space in docstring.
2016-11-17 11:06:51 +01:00
Nicolas Hug 178e069e78 Implemented a nearest neighbor classifier. 2016-11-17 11:04:26 +01:00
rushter 0c1185421f Fix typos 2016-11-16 07:14:03 +03:00
rushter 3d561e6b94 Add regression tests, update classification tests 2016-11-16 07:02:19 +03:00
rushter 580d47b76b Fix travis-ci 2016-11-16 06:48:24 +03:00
rushter bd15ed6119 Fix svm module encoding 2016-11-16 06:18:45 +03:00
rushter c15402e28d Add accuracy test, travis-ci 2016-11-16 06:08:51 +03:00
lucaskolstad 63878210db fixes and formatting for examples 2016-11-15 12:28:44 -08:00
rushter 1c0b617cef Update comments, fix KMeans estimator 2016-11-15 10:01:43 +03:00
Artem Golubin 13913fdd22 Merge pull request #5 from lucaskolstad/metrics-cleanup
argument order fix for binary_crossentropy. metrics test refactoring. rename euclidian -> euclidean.
2016-11-15 07:20:27 +03:00
rushter f220655f39 Fix metrics styles, add comment 2016-11-15 07:15:04 +03:00
lucaskolstad 0c50c21044 simplify metrics tests. fix arg order bug in binary_crossentropy. rename euclidian -> euclidean. 2016-11-14 20:14:44 -08:00
lucaskolstad 09cc88153f fix failing metrics tests under python3.5 2016-11-14 19:13:30 -08:00
lucaskolstad c00dac235c Add some comments to kmeans, pca, linear_models, and base estimators. Add a .gitignore file. No code is touched only comments. 2016-11-13 14:40:45 -08:00
rushter 3192136023 Update linear_models 2016-11-12 23:29:18 +03:00
rushter 03220c60a1 Update svm 2016-11-12 23:13:15 +03:00
rushter 6efc9330b8 Update ensemble methods 2016-11-12 23:02:32 +03:00
rushter 050f0eadc3 Refactor factorization machines 2016-11-11 03:12:00 +03:00
rushter 6cd826fba0 Remove empty directory 2016-11-10 23:32:09 +03:00
rushter 6909aec940 Update scikit-learn 2016-10-28 17:48:52 +03:00
rushter 01e68e64b7 Add initial GBM implementation 2016-10-17 11:11:03 +03:00
rushter 43836451f6 Add factrorization machines 2016-10-08 15:01:54 +03:00
rushter 501659db2a Remove cache file 2016-10-06 11:41:39 +03:00
rushter feaa836a7f Initial branch 2016-10-06 11:36:35 +03:00