Metadata-Version: 2.1
Name: hypertrain
Version: 0.1.0
Summary: Hypertrain Package
Home-page: https://github.com/gohypergiant/hyperdrive
Author: @hypergiant
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/gohypergiant/hyperdrive/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: tensorflow
Provides-Extra: pytorch
Provides-Extra: xgboost

# hypertrain
A repository for code that runs hyperparameter experiments.


## Setup development environment


```bash
  conda create -n hypertrain python=3.9 --yes
  conda activate hypertrain
  pip install -r requirements-dev.txt
  pre-commit install
```

### Run pre-commit
```bash
  pre-commit run --all-files
```


