提交

151 次代码提交

作者 SHA1 备注 提交日期
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
rushter 7fe1fea968 Revert init (#8) 2016-11-17 18:37:32 +03:00
Artem Golubin 76f6df75cb Add link to Knn implementation (#9) 2016-11-17 18:26:51 +03:00
Artem Golubin 42c15e3527 Merge pull request #9 from Niourf/master
Implemented a k-NN classifier
2016-11-17 18:24:11 +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
Artem Golubin 689ceb1e10 Merge pull request #8 from junwang007/Make-Examples-As-Module
Create __init__.py
2016-11-17 11:05:53 +03:00
Artem Golubin 187e8237f9 Update __init__.py 2016-11-17 11:03:07 +03:00
junwang007 176472937f Create __init__.py
To make the examples as a module, so the examples can be directly tested using:
'python -m examples.kmeans' without errors like 'No module named examples'
2016-11-17 15:05:57 +08: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
Artem Golubin 5a32073830 Merge pull request #6 from lucaskolstad/examples-fixes
fixes and formatting for examples
2016-11-15 23:44:14 +03:00
lucaskolstad 63878210db fixes and formatting for examples 2016-11-15 12:28:44 -08:00
Artem Golubin a808621b82 Merge pull request #7 from An3bi/master
fixed typo
2016-11-15 22:32:59 +03:00
Anebi Agbo aa9391eb6c fixed typo 2016-11-15 12:25:01 -07:00
Artem Golubin 6c12ebe640 Fix command syntax 2016-11-15 11:55:32 +03: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
Artem Golubin 92d75e0e55 Merge pull request #4 from lucaskolstad/metrics-test-bugfixing
fix failing metrics tests under python3.5
2016-11-15 06:55:11 +03:00
lucaskolstad 09cc88153f fix failing metrics tests under python3.5 2016-11-14 19:13:30 -08:00
rushter 9b04774441 Update README.md 2016-11-14 14:32:41 +03:00
Artem Golubin e567ea998c Merge pull request #2 from Niourf/master
Added setup.py for package installation
2016-11-14 13:19:28 +03:00
Nicolas Hug 5acf7863a8 Added setup.py for easier installation 2016-11-14 10:57:08 +01:00
rushter 823569da23 Make examples more clear 2016-11-14 06:18:27 +03:00
rushter ab4e0b3d2b Update README 2016-11-14 02:53:37 +03:00
Artem Golubin c359f52707 Merge pull request #1 from lucaskolstad/comments
Add some comments to several estimators. Add .gitignore.
2016-11-14 01:51:19 +03: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 3bbed541d7 Update README.md 2016-11-13 18:27:24 +03:00
rushter 3192136023 Update linear_models 2016-11-12 23:29:18 +03:00
Artem Golubin b066f721b7 Update README.md 2016-11-12 23:20:38 +03:00
rushter 03220c60a1 Update svm 2016-11-12 23:13:15 +03:00
Artem Golubin 3e1a3eab6c Update README.md 2016-11-12 23:04:16 +03:00
rushter c65ae73042 Update README 2016-11-12 23:02:53 +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 e273419d2b Update README 2016-11-03 15:22:11 +03:00
rushter 80b41bc7b6 Fix styles 2016-10-28 17:54:16 +03:00
rushter 6909aec940 Update scikit-learn 2016-10-28 17:48:52 +03:00
rushter 4c725d0c36 Update README 2016-10-17 11:13:00 +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