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
An interactive ML web app predicting Titanic survival using features like age, sex, class, family size, and fare. Built with Python, scikit-learn, and Streamlit, it provides real-time predictions for educational and demo purposes.
This is a Python Simple Linear Regression project that takes in an excel spreadsheet with 2 continuous variables, one independent and the other dependent, and it'll split the data into training and test data on 80/20 ratio. We use the training data to create a model then we use the test data to calculate the Mean Square Error of the model.