Skip to content

roberti/assistant-cross-validation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assistant-Cross-Validation

Python utility to cross-validate an assistant workspace

Instructions

  1. Install Python if not already available on your system.
  2. Install pip.
  3. Install virtualenv via:
pip install virtualenv
  1. Create a virtual environment and activate it via:
virtualenv ENV
source ENV/bin/activate
  1. Clone the repo and change your current working directory to that of the cloned repo.
  2. Place your exported workspace csv data in the cloned repo directory.
  3. Install the script's dependencies by running the following command:
pip install -r requirements.txt
  1. Export your assistant instance username and password as environment variables via the following commands:
export ASSISTANT_USERNAME=<your assistant service username>
export ASSISTANT_PASSWORD=<your assistant service password>
  1. Run the script via the command below. The --folds argument is optional, but if provided, must be at least 2.
python assistant_cv.py --data <path to your data> --folds <number of folds>

About

Python script to cross-validate an assistant workspace

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%