Metadata-Version: 2.4
Name: sklearn-migrator
Version: 0.6.0
Summary: A utility to migrate scikit-learn models between versions.
Home-page: https://github.com/anvaldes/sklearn_migrator
Author: Alberto Valdés
Author-email: alberto.valdes.gonzalez.96.2@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: scikit-learn>=0.21.3
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# sklearn_migrator

**sklearn_migrator** is a lightweight Python library that helps you serialize and migrate scikit-learn models across different versions.  
It is especially useful when models are trained using older versions of scikit-learn and need to be loaded or interpreted in newer environments.

---

## 🔧 Features

- ✅ Serialize `DecisionTreeRegressor` models safely
- 🔄 Add compatibility adjustments for internal node structures
- 🧪 Facilitate model version migration without retraining
- 📦 Easy to install and use

---

## 📦 Installation

```bash
pip install git+https://github.com/tu_usuario/sklearn_migrator.git
```

Thanks for all the contributions!

Alberto Valdes Gonzalez.
ML/AI | MLOps

Have a nice day!

New changes!
