[ENH] Adding sktime to mlflow
See original GitHub issueIs your feature request related to a problem? Please describe.
I got the idea to add sktime
as a package to mlflow
like the following packages that are already included:
https://www.mlflow.org/docs/latest/python_api/index.html
Describe the solution you’d like
Fot this we would have to contribute to mlflow
ofc, but I thought anyway to open the issue here first as we might find here someone to work on it more likely maybe. We could also open an issue at mlfow
.
Additional context
Outreach. We might also think of other packages where we could integrate sktime
similarly to mlflow
.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:4
- Comments:12 (5 by maintainers)
Top Results From Across the Web
mlflow.sklearn — MLflow 2.0.1 documentation
The mlflow.sklearn module provides an API for logging and loading scikit-learn models. This module exports scikit-learn models with the following flavors:.
Read more >Forecasting with sktime
sktime provides a common, scikit-learn -like interface to a variety of classical and ML-style forecasting algorithms, together with tools for building pipelines ...
Read more >Track machine learning models in R with MLflow
Learn several approaches to tracking your machine learning models and runs with MLflow.
Read more >Accelerating the Machine Learning Lifecycle with MLflow
Machine learning development creates multiple new challenges that are not present in a traditional software development lifecycle.
Read more >How is MLflow 2.0 different than the first version? - Royal Cyber
In MLflow 2.0, support for NAN values during logging and visualization has been added to enable practitioners to visualize their data without ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I can work on this one.
Great! Depends a bit on the size of the doc. A short doc can definitely go directly in the docstring and some code snippets in the docstring examples would also be nice. A longer doc could go in a separate notebook in the “examples” folder which we can then add to the sphinx somewhere and it will be rendered automatically 🙂