This project automates the Dogecoin price forecasting pipeline using Machine Learning and Jenkins CI/CD.
Refer to the project layout above.
- Clone the repository.
- Create a virtual environment and install dependencies:
pip install -r requirements.txt- Run each script manually or let Jenkins automate it using the provided Jenkinsfile.
- The Jenkinsfile automates all stages: data fetching, cleaning, model training, evaluation, and reporting.
- Security & Health scan stage simulates DevOps quality checks.
reports/doge_plot.png→ Visual forecastreports/metrics.txt→ Model metricsreports/final_report.html→ Combined HTML report