Examples
- Creating the Model Card:
Skops model cards with a custom template is an example of using skops to create a model card for a scikit-learn model.
- Tabular Regression:
Tabular Regression with scikit-learn is an example of using skops to serialize a tabular regression model and create a model card.
- Text Classification:
Text Classification with scikit-learn is an example of using skops to serialize a text classification model and create a model card.
- Long semi-realistic guide using the California Housing dataset:
Improve your data science workflow with skops is an exercise that goes through a semi-realistic data science and machine learning task and develops a practical solution for it. It uses skops for model saving and model card generation.