Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/muzammil-13/mimlrepo

Data Analysis using Machine Learning
https://github.com/muzammil-13/mimlrepo

Last synced: about 17 hours ago
JSON representation

Data Analysis using Machine Learning

Awesome Lists containing this project

README

        

Project : 🪙 Bitcoin Price Prediction using Dataset



Note : Model prediction for 30 days.


Libraries used :

Pandas (for data manipulation)

NumPy (for numerical computations)

Matplotlib


Developed a program to analyze historical Bitcoin price data and forecast price trends for the next 30 days. The program utilizes a machine learning approach by employing a Random Forest Regression model from the scikit-learn library. Historical data was split into training and testing sets using the test-train-split function to evaluate the model's performance and avoid overfitting.