AnoushkaJain3 commited on
Commit
27a4584
1 Parent(s): 53211f9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -30,6 +30,8 @@ There are two tutorial notebooks:
30
  trusted = [‘numpy.dtype’]
31
  )
32
  ```
 
 
33
  3. Train_new_model.ipynb
34
 
35
  If already have your own manually curated on other species you can use this notebook to create your own model.
@@ -45,7 +47,7 @@ There are two tutorial notebooks:
45
  imputation_strategies = None,
46
  scaling_techniques = None,
47
  classifiers = None, # Default to Random Forest only. Other classifiers you can try [ "AdaBoostClassifier","GradientBoostingClassifier",
48
- # "LogisticRegression","MLPClassifier"]
49
  )
50
  ```
51
 
 
30
  trusted = [‘numpy.dtype’]
31
  )
32
  ```
33
+
34
+
35
  3. Train_new_model.ipynb
36
 
37
  If already have your own manually curated on other species you can use this notebook to create your own model.
 
47
  imputation_strategies = None,
48
  scaling_techniques = None,
49
  classifiers = None, # Default to Random Forest only. Other classifiers you can try [ "AdaBoostClassifier","GradientBoostingClassifier",
50
+ # "LogisticRegression","MLPClassifier","XGBoost","LightGBM", "CatBoost"]
51
  )
52
  ```
53