vishrtd / HarmanL3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HARMAN L3

Templates for organizing ML Projects. Classes to reading data, cleaning data and generating features.

Overview

  • ReadCsv.py: Python class for reading CSV data
  • CleanData: Python class for cleaning code and handling data preprocessing.
  • CreateFeatures: Python class for generating features.

Setup

  1. Clone the repository
    git clone git@github.com:vishrtd/HarmanL3.git
    cd HarmanL3
  2. Install required packages
    pip install -r requirements.txt
  3. Run Tests
    cd tests
    python testcore.py
  4. Run Sample Script
    cd scripts
    cd scratchpad.py



Documentation

  • ReadMe



Additional information

Authors

Backend / Visualization /Data Engineering / ML

  • Vishal Rathod - Initial work - Linkedin   GitHub  

About


Languages

Language:Python 100.0%