Skip to content
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

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from
Open

Make Machine class stateless #5111

wants to merge 9 commits into from

Commits on Dec 8, 2020

  1. Add NonParametricMachine class (#5055)

    * add nonparametric machine
    * fix notebooks
    LiuYuHui authored and gf712 committed Dec 8, 2020
    Copy the full SHA
    a3adb93 View commit details
    Browse the repository at this point in the history
  2. Refactor gaussian process machine (#5072)

    * refactor gp machine
    LiuYuHui authored and gf712 committed Dec 8, 2020
    Copy the full SHA
    5e91dd0 View commit details
    Browse the repository at this point in the history
  3. Refactor KernelMachine (#5075)

    * Refactor KernelMachine
    LiuYuHui authored and gf712 committed Dec 8, 2020
    Copy the full SHA
    8e8149b View commit details
    Browse the repository at this point in the history
  4. Refactor LinearMachine (#5089)

    * refactor linear machine
    * fix unit tests
    * update gpl submodule
    * use DotFeatures in train_machine
    LiuYuHui authored and gf712 committed Dec 8, 2020
    Copy the full SHA
    a02018b View commit details
    Browse the repository at this point in the history
  5. Refactor MulticlassMachine (#5101)

    * Refactor Multiclass Machine
    LiuYuHui authored and gf712 committed Dec 8, 2020
    Copy the full SHA
    bf39050 View commit details
    Browse the repository at this point in the history
  6. fix GPL

    gf712 committed Dec 8, 2020
    Copy the full SHA
    314b50e View commit details
    Browse the repository at this point in the history
  7. Refactor NearestCentroid class (#5053)

    * Add NonParametricMachine class (#5055)
    * add nonparametric machine
    * fix notebooks
    * Refactor NearestCentroid class
    LiuYuHui authored and gf712 committed Dec 8, 2020
    Copy the full SHA
    85bfb7f View commit details
    Browse the repository at this point in the history
  8. Refactor BaggingMachine (#5103)

    * make BaggingMachine stateless
    * change get_oob_error to lambda
    * fix meta example
    * fix segfault
    LiuYuHui authored and gf712 committed Dec 8, 2020
    Copy the full SHA
    a668174 View commit details
    Browse the repository at this point in the history
  9. Refactor all machine (#5104)

    * refactor all machines
    * fix unit test
    * fix python legacy and jupyter notebook
    LiuYuHui authored and gf712 committed Dec 8, 2020
    Copy the full SHA
    8ec52a4 View commit details
    Browse the repository at this point in the history