Skip to content

Repository files navigation

MLOps Task 0 - Technical Assessment

This repository contains a minimal MLOps-style batch job that computes a rolling mean on financial data and generates a binary trading signal.

Project Structure

  • run.py: The main Python application.
  • config.yaml: Configuration file containing seed, window size, and version.
  • data.csv: Input dataset containing OHLCV data.
  • Dockerfile: Containerization instructions.
  • requirements.txt: Python package dependencies.

Local Run Instructions

  1. Ensure you have Python 3.9+ installed.
  2. Install the required dependencies:
    pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages