Skip to content

retroam/robdollar

Repository files navigation

robdollar

Documentation Status Updates

command line tool for feature selection

Features

  • Basic recursive feature selection with Lasso
  • Data quality checks

To run

  1. Clone locally:

    $ git clone git@github.com:retroam/robdollar.git
    
  2. Install your local copy into a virtualenv. Assuming you have virtualenvwrapper installed, this is how you set up your fork for local development:

    $ mkvirtualenv robdollar
    $ cd robdollar/
    $ python setup.py develop
    
  3. Run CLI client:

    $ robdollar file target --verbose
    

example:

$ robdollar test.csv 0 --verbose

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published