文件历史

26 次代码提交

作者 SHA1 备注 提交日期
Artem Golubin 8fb8bb4282 Format using ruff 2025-06-16 01:18:12 +04:00
Shihab Shahriar 30e4c49f44 small code cleanup 2020-05-29 18:32:01 +06:00
Shihab Shahriar 0b9ebf3a99 resolved classification bug in decision tree using n_classes 2020-05-28 20:17:03 +06:00
Artem Golubin ba450f87c4 Minor fixes 2019-08-25 19:59:26 +03:00
Artem Golubin 62633dd302 Format code using black 2019-05-11 18:15:53 +03:00
rushter 11ef425874 Remove rl directory 2017-01-08 16:35:43 +03:00
rushter 63b00ff95f Add initial version of Deep Q learning (DQN) 2017-01-08 04:37:44 +03:00
rushter 0e89fb762d Add t-SNE example 2016-12-28 21:44:24 +03:00
rushter 6528cf5d89 Add initial version of rbm 2016-12-26 22:28:48 +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
vincent tang bdbd2bfbf4 fit pca w training data, not entire dataset (#17)
* fit pca w training data, not entire dataset

* remove eggs
2016-11-26 16:27:09 +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 6d75555ab3 Update knn example, add test 2016-11-18 02:16:35 +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
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
lucaskolstad 63878210db fixes and formatting for examples 2016-11-15 12:28:44 -08:00
rushter 823569da23 Make examples more clear 2016-11-14 06:18:27 +03:00
rushter 6efc9330b8 Update ensemble methods 2016-11-12 23:02:32 +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 feaa836a7f Initial branch 2016-10-06 11:36:35 +03:00