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] online probabilistic regression #463

Closed
fkiraly opened this issue Sep 13, 2024 · 0 comments · Fixed by #462
Closed

[ENH] online probabilistic regression #463

fkiraly opened this issue Sep 13, 2024 · 0 comments · Fixed by #462
Labels
feature request New feature or request implementing algorithms Implementing algorithms, estimators, objects native to skpro implementing framework Implementing or improving framework for learning tasks, e.g., base class functionality module:regression probabilistic regression module

Comments

@fkiraly
Copy link
Collaborator

fkiraly commented Sep 13, 2024

We should support probabilistic regressors with an online update method.

Most regressors will not natively support this, so this needs to be controlled by a capability tag.

Also very basic update methods should be implemented:

  • do not update - baseline, just ignores the data passed in update
  • refit on all data
@fkiraly fkiraly added module:regression probabilistic regression module implementing algorithms Implementing algorithms, estimators, objects native to skpro implementing framework Implementing or improving framework for learning tasks, e.g., base class functionality feature request New feature or request labels Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request implementing algorithms Implementing algorithms, estimators, objects native to skpro implementing framework Implementing or improving framework for learning tasks, e.g., base class functionality module:regression probabilistic regression module
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant