🔮
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…
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…
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.
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.