Skip to content
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil A. Kaczmarek authored Jul 10, 2018
1 parent 644dbb2 commit 73c3002
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ neptune run --config neptune_random_search.yaml main.py train_evaluate_predict -

:snake:
```bash
python main.py train_evaluate_predict --pipeline_name lightGBM
python main.py -- train_evaluate_predict --pipeline_name lightGBM
```

### Installation *(step by step)*
Expand All @@ -57,7 +57,7 @@ git clone https://github.com/minerva-ml/open-solution-home-credit.git
```
2. Install requirements in your Python3 environment
```bash
pip3 install requirements.txt
pip3 install -r requirements.txt
```
3. Register to the [neptune.ml](https://neptune.ml) _(if you wish to use it)_
4. Update data directories in the [neptune.yaml](https://github.com/minerva-ml/open-solution-home-credit/blob/master/neptune.yaml) configuration file.
Expand All @@ -71,7 +71,7 @@ neptune run --config neptune_random_search.yaml main.py train_evaluate_predict -

:snake:
```bash
python main.py train_evaluate_predict --pipeline_name lightGBM
python main.py -- train_evaluate_predict --pipeline_name lightGBM
```

6. collect submit from `experiment_directory` specified in the [neptune.yaml](https://github.com/minerva-ml/open-solution-home-credit/blob/master/neptune.yaml)
Expand Down

0 comments on commit 73c3002

Please sign in to comment.