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

[ENH] Implement GaussianRegressor using scikit-learn's LinearRegression adapter #216

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Mar 23, 2024

  1. implements gaussian regression

    Signed-off-by: Sanjay <sanjaykumarkathi5@gmail.com>
    sanjayk0508 committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    2fb1a60 View commit details
    Browse the repository at this point in the history
  2. fixed - sphinx-build error

    Signed-off-by: Sanjay <sanjaykumarkathi5@gmail.com>
    sanjayk0508 committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    fcec0d0 View commit details
    Browse the repository at this point in the history
  3. update - doctest

    Signed-off-by: Sanjay <sanjaykumarkathi5@gmail.com>
    sanjayk0508 committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    017e1ab View commit details
    Browse the repository at this point in the history
  4. updated

    Signed-off-by: Sanjay <sanjaykumarkathi5@gmail.com>
    sanjayk0508 committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    adb2aca View commit details
    Browse the repository at this point in the history
  5. updated

    Signed-off-by: Sanjay <sanjaykumarkathi5@gmail.com>
    sanjayk0508 committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    5a7484a View commit details
    Browse the repository at this point in the history
  6. updated

    Signed-off-by: Sanjay <sanjaykumarkathi5@gmail.com>
    sanjayk0508 committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    fb44d8a View commit details
    Browse the repository at this point in the history