PROJECT TITLE
Bitcoin Price Prediction
GOAL
Aim- To predict the price of the Bitcoin using Lasso Regression. Perform EDA
DESCRIPTION
This is a regression problem where we need to predict the price of Bitcoin. We use Lasso Regression
WHAT I HAD DONE
- perfromed exploratory data analysis (EDA) on the given dataset
- it starts with loading the dataset and viewing the top 5 rows
- we calculate statistical data in the dataset
- then comes finding correlation between the features and also finding statistical values related to the dataset
- data visualization is done with libraries such as matplotlib and seaborn
- finally 3 different algorithms are used to find the best algorithm
- also accuracy score of each algorithm is calculated for comparison purpose with other algorithms
LINK TO WEBAPP:
https://share.streamlit.io/tandrimasingha/bitcoin-price-prediction-web-app/main/app.py
GLANCE AT THE WEBAPP
MODELS USED
Lasso Regression - 99 % accuracy
DEPLOYMENT
StreamLit-Share = Streamlit turns data scripts into shareable web apps in minutes. All in Python. No front‑end experience required. Streamlit’s open-source app framework is a breeze to get started with. It is very easy to use. One just have to connect with the github repo and start deploying it on streamlit share and you are good to go.
LIBRARIES NEEDED
- Numpy
- Pandas
- Matplotlib
- Seaborn
- Scikit-Learn
- StreamLit
CONCLUSION
We can conclude that our Web App predicts the best with Lasso Regression and gives the most accurate results.
CONTRIBUTED BY
Tandrima Singha