Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/muzammil-13/mimlrepo
- Owner: muzammil-13
- Created: 2023-12-30T11:44:10.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-04-04T11:36:09.000Z (8 months ago)
- Last Synced: 2024-04-04T12:35:34.566Z (8 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.