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
A Streamlit ML app for flight price prediction. This one project involves concepts like EDA, Linear, Lasso & Ridge Regression, Kfold, Hyper Parameter Tuning & GridSearchCV. I am constantly building a rich repository of all the information I have on a particular topic as part of my machine learning practice. Very Helpful for ML beginners.
This repository is designed for those interested in learning about machine learning through practical examples. Each example includes code, explanations, and insights into the story behind the problem being solved.
This is a very Simple Machine Learning Example Implemented with Keras model. System simply classifies the data with it's sum, If the sum of integers given as data is greater than 10(i.e two digit) then it will classify as yes. Else it will classify as no.