Giter Site home page Giter Site logo

mohshaikh23 / cryptocurrency-price-prediction-using-autots Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 1.12 MB

Predicting the future prices of cryptocurrency is based on the problem of Time series analysis

License: MIT License

Jupyter Notebook 100.00%
autots cryptocurrency forecasting machine-learning pandas timeseries-analysis yfinance

cryptocurrency-price-prediction-using-autots's Introduction

Cryptocurrency Price Forecasting with AutoTS

This repository contains code that demonstrates the process of downloading cryptocurrency price data and forecasting using the AutoTS library. The project showcases the steps involved in retrieving historical data, processing it, and using AutoTS to forecast cryptocurrency prices.

Table of Contents

Introduction

The goal of this project is to forecast cryptocurrency prices using historical price data and the AutoTS (Automatic Time Series) library. AutoTS simplifies the process of time series forecasting by automatically selecting and training appropriate forecasting models.

Prerequisites

Clone the repository :

git clone https://github.com/Mohshaikh23/Cryptocurrency-Price-Prediction-using-AutoTS.git

Before running the code, ensure you have the required libraries installed:

  • pandas
  • yfinance
  • autots

You can install them using the following command:

pip install pandas yfinance autots

Usage

  1. Run the code in a Python environment.
  2. The code will download historical cryptocurrency price data, process it, and perform forecasting using AutoTS.

Data Retrieval

The code uses the yfinance library to download historical price data for a specific cryptocurrency (e.g., BTC-USD) within a specified date range. The data is collected and processed to prepare it for forecasting.

Forecasting

AutoTS is employed to automatically select and train appropriate forecasting models based on the input data. The forecasted cryptocurrency prices are then generated using the trained models.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or create a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

cryptocurrency-price-prediction-using-autots's People

Contributors

mohshaikh23 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.