Skip to content

Commit e49a26e

Browse files
committed
polish readme
1 parent 1a323a5 commit e49a26e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

kaggle/house-prices/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ dumped data/submission.csv
6161
Finally the created environment above can be removed through:
6262

6363
```
64-
conda remove --name house-prices --all
64+
conda deactivate && conda remove --name house-prices --all
6565
```
6666

6767
The achieved `MSE` score is `.12219`.

kaggle/pneumonia/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ The learning curves of the accuracy/precision/recall metrics look as the followi
137137
Finally the created environment above can be removed through:
138138

139139
```
140-
conda remove --name pneumonia --all
140+
conda deactivate && conda remove --name pneumonia --all
141141
```
142142

143143
The achieved accuracy/precision/recall scores on the test dataset is `.867/.887/.903` as it can be spotted by the last line of the log output above.

kaggle/titanic/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dumped data/submission.csv
5454
Finally the created environment above can be removed through:
5555

5656
```
57-
conda remove --name titanic --all
57+
conda deactivate && conda remove --name titanic --all
5858
```
5959

6060
The achieved accuracy score is `.78708`.

time_series/returns/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jupyter notebook returns.ipynb
1515
Finally the created environment above can be removed through:
1616

1717
```
18-
conda remove --name returns --all
18+
conda deactivate && conda remove --name returns --all
1919
```

0 commit comments

Comments
 (0)