mleonelli / box-plots-sklearn

An implementation of some of the tools used by the winner of the box plots competition using scikit-learn.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

box-plots-sklearn

A scikit learn implementation of the winning algorithms for the Box Plots for Education competition.

Project Organization

├── LICENSE
├── Makefile           <- Makefile with commands like `make data` or `make train`
├── README.md          <- The top-level README for developers using this project.
├── data
│   ├── external       <- Data from third party sources.
│   ├── interim        <- Intermediate data that has been transformed.
│   ├── processed      <- The final, canonical data sets for modeling.
│   └── raw            <- The original, immutable data dump.
│
├── requirements.txt   <- The requirements file for reproducing the analysis environment, e.g.
│                         generated with `pip freeze > requirements.txt`
│
├── src                <- Source code for use in this project.
│   ├── __init__.py    <- Makes src a Python module
│   │
│   ├── data           <- Scripts to download or generate data
│   │   └── make_dataset.py
│   │
│   ├── features       <- Scripts to turn raw data into features for modeling
│   │   └── build_features.py
│   │
│   ├── models         <- Scripts to train models and then use trained models to make
│   │   │                 predictions
│   │   ├── predict_model.py
│   │   └── train_model.py
│

Project based on the cookiecutter data science project template. #cookiecutterdatascience

About

An implementation of some of the tools used by the winner of the box plots competition using scikit-learn.

License:MIT License


Languages

Language:Jupyter Notebook 59.2%Language:Python 25.2%Language:Makefile 15.6%