romeo

CLI for data science projects


Keywords
romeo
License
GPL-3.0
Install
pip install romeo==0.1.0

Documentation

Romeo

Romeo is a CLI for managing data science projects.

Documentation

Work in Progress

Read the docs in https://romeo-cli.readthedocs.io.

Installation

Work in Progress

pip install romeo

Features

Work in Progress

  • init -> creates a new datascience project based on template folder
  • clean -> clean temporary files from project folder
  • train -> train a model based on romeo.json
  • score -> scores a model based on romeo.json
  • models
    • list -> list models registreds
    • add -> register a new model
    • rm -> remove a model
  • logs -> show log information about training and scoring.

Contributions

Feel free to contribute.
Don't know how to contribute? Read the CONTRIBUTING.md

License

Free software: GNU General Public License v3