YAML Metadata Warning: empty or missing yaml metadata in repo card
Check out the documentation for more information.
Wine Quality Prediction Models
This repository contains various regression models trained on the Wine Quality dataset:
- Linear Regression
- Polynomial Regression (Degree 2)
- Ridge Regression (L2 Regularization)
- Lasso Regression (L1 Regularization)
- Custom implementations of Batch GD, SGD, and Mini-Batch GD
How to Use
Load models with joblib.load('model_name.pkl') or load thetas with numpy.load('theta.npy').
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support