-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make Machine class stateless #5111
base: develop
Are you sure you want to change the base?
Commits on Dec 8, 2020
-
Add NonParametricMachine class (#5055)
* add nonparametric machine * fix notebooks
Configuration menu - View commit details
-
Copy full SHA for a3adb93 - Browse repository at this point
Copy the full SHA a3adb93View commit details -
Refactor gaussian process machine (#5072)
* refactor gp machine
Configuration menu - View commit details
-
Copy full SHA for 5e91dd0 - Browse repository at this point
Copy the full SHA 5e91dd0View commit details -
Refactor KernelMachine (#5075)
* Refactor KernelMachine
Configuration menu - View commit details
-
Copy full SHA for 8e8149b - Browse repository at this point
Copy the full SHA 8e8149bView commit details -
Refactor LinearMachine (#5089)
* refactor linear machine * fix unit tests * update gpl submodule * use DotFeatures in train_machine
Configuration menu - View commit details
-
Copy full SHA for a02018b - Browse repository at this point
Copy the full SHA a02018bView commit details -
Refactor MulticlassMachine (#5101)
* Refactor Multiclass Machine
Configuration menu - View commit details
-
Copy full SHA for bf39050 - Browse repository at this point
Copy the full SHA bf39050View commit details -
Configuration menu - View commit details
-
Copy full SHA for 314b50e - Browse repository at this point
Copy the full SHA 314b50eView commit details -
Refactor NearestCentroid class (#5053)
* Add NonParametricMachine class (#5055) * add nonparametric machine * fix notebooks * Refactor NearestCentroid class
Configuration menu - View commit details
-
Copy full SHA for 85bfb7f - Browse repository at this point
Copy the full SHA 85bfb7fView commit details -
Refactor BaggingMachine (#5103)
* make BaggingMachine stateless * change get_oob_error to lambda * fix meta example * fix segfault
Configuration menu - View commit details
-
Copy full SHA for a668174 - Browse repository at this point
Copy the full SHA a668174View commit details -
* refactor all machines * fix unit test * fix python legacy and jupyter notebook
Configuration menu - View commit details
-
Copy full SHA for 8ec52a4 - Browse repository at this point
Copy the full SHA 8ec52a4View commit details