You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project predicts fish weight based on species, length (1, 2, 3), height, and width data using multiple linear regression. Data preprocessing, feature selection via Backward Elimination, model evaluation, and a Flask-based web interface have been implemented.