File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ dumped data/submission.csv
61
61
Finally the created environment above can be removed through:
62
62
63
63
```
64
- conda remove --name house-prices --all
64
+ conda deactivate && conda remove --name house-prices --all
65
65
```
66
66
67
67
The achieved ` MSE ` score is ` .12219 ` .
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ The learning curves of the accuracy/precision/recall metrics look as the followi
137
137
Finally the created environment above can be removed through:
138
138
139
139
```
140
- conda remove --name pneumonia --all
140
+ conda deactivate && conda remove --name pneumonia --all
141
141
```
142
142
143
143
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.
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ dumped data/submission.csv
54
54
Finally the created environment above can be removed through:
55
55
56
56
```
57
- conda remove --name titanic --all
57
+ conda deactivate && conda remove --name titanic --all
58
58
```
59
59
60
60
The achieved accuracy score is ` .78708 ` .
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ jupyter notebook returns.ipynb
15
15
Finally the created environment above can be removed through:
16
16
17
17
```
18
- conda remove --name returns --all
18
+ conda deactivate && conda remove --name returns --all
19
19
```
You can’t perform that action at this time.
0 commit comments