pyBegin / projects / wine-quality-predictor
🔮

Wine quality Predictor

During production of wine there may occur an reduction in quality due to some error in production process. Since wine is produced in large quantiti…

82 lines🖥 Desktop only

Wine quality Predictor

Descirption

During production of wine there may occur an reduction in quality due to some error in production process. Since wine is produced in large quantities this can result in wastage of wine. This problem can be simply solved using a tool that inputs various quality parameters of wine from previous batch and predict the quality of wine.

Parameters Used:

Libraries Used:

Pyodide-runnable

No — it reads a local CSV with pandas and trains a scikit-learn model; scikit-learn is not available in Pyodide and the script reads from the real filesystem.