Skip to content

Commit

Permalink
Merge pull request #3 from MMedzin/MMedzin-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
MMedzin authored Aug 8, 2023
2 parents 3eff5c1 + ce360cf commit 83faf9b
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 @@ -102,9 +102,9 @@ To reproduce experiments from the study, run the following commands (in a proper
```bash
cd experiment
python run_experiment.py --scaler pca --results_dir_tag PCA --repeats 5 --shuffle_each_repeat
python run_experiment.py --scaler standard --results_dir_tag PCA --repeats 5 --shuffle_each_repeat
python run_experiment.py --scaler quantile --results_dir_tag PCA --repeats 5 --shuffle_each_repeat
python run_experiment.py --scaler min-max --results_dir_tag PCA --repeats 5 --shuffle_each_repeat
python run_experiment.py --scaler standard --results_dir_tag StandardScaler --repeats 5 --shuffle_each_repeat
python run_experiment.py --scaler quantile --results_dir_tag QuantileTransformer --repeats 5 --shuffle_each_repeat
python run_experiment.py --scaler min-max --results_dir_tag MinMaxScaler --repeats 5 --shuffle_each_repeat
```
## Experiments summary
Expand Down

0 comments on commit 83faf9b

Please sign in to comment.