A simple command-line password manager in Python with:
Add / View / Delete passwords
Password encryption using cryptography
SQLite database storage
0
14
Predicts wine quality (0-10 scale) from 11 physicochemical properties (acidity, sulphates, alcohol content, etc.) using the UCI Red Wine Quality dataset (1,599 samples).
Pipeline
Data Ingestion → Validation → Transformation → Model Training → Evaluation Tracked with MLflow.
Results
Initially trained with ElasticNet (R² = 0.28). Switched to a RandomForestRegressor, improving R² to 0.53 and reducing RMSE by ~19%.
0
19
:Predicts wine quality (0-10 scale) from 11 physicochemical properties (acidity, sulphates, alcohol content, etc.) using the UCI Red Wine Quality dataset (1,599 samples).
Pipeline
Data Ingestion → Validation → Transformation → Model Training → Evaluation Tracked with MLflow.
Results
Initially trained with ElasticNet (R² = 0.28). Switched to a RandomForestRegressor, improving R² to 0.53 and reducing RMSE by ~19%.