Skip to content

Commit e0e0d40

Browse files
committed
Updated gitignore to ignore html files
1 parent d2dd13d commit e0e0d40

File tree

3 files changed

+6
-156
lines changed

3 files changed

+6
-156
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,9 @@
33

44
# Ignore R Project files
55
.Rproj.user
6+
.Rhistory
7+
.RData
68
MLPB.Rproj
7-
README.html
9+
10+
# Ignore html generated files (generated in RStudio to preview .md files)
11+
*.html

Datasets/Description.html

Lines changed: 0 additions & 154 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ Problems/
2929
iris_xgboost.py
3030
```
3131

32-
Each *Description.md* file includes the details about the dataset/problem, and files like *predict_species_rf.py* and *predict_species_rf.R* provide examples solutions (in this case using random forest) to their respective problem.
32+
Each *Description.md* file includes the details about the dataset/problem, and files like *predict_species_rf.py* and *predict_species_rf.R* provide example solutions (in this case using random forest) to their respective problem.
3333

3434
On top of all this, MLPB should (hopefully) develop a well documented wiki making it easy to search for problems using characteristics like "mult-class classification", "sparse data", "unbalanced target", etc.

0 commit comments

Comments
 (0)