Instructions to use reesu/wine_quality with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use reesu/wine_quality with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("reesu/wine_quality", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| {"features": ["Id", "fixed acidity", "volatile acidity", "citric acid", "residual sugar", "chlorides", "free sulfur dioxide", "total sulfur dioxide", "density", "pH", "sulphates", "alcohol"], "targets": ["target"], "model_type": "xgboost", "target_mapping": {"3": 0, "4": 1, "5": 2, "6": 3, "7": 4, "8": 5}} |