YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

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').

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support