haneulpark commited on
Commit
ea50178
·
verified ·
1 Parent(s): ef80c41

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -184,7 +184,7 @@ then load, featurize, split, fit, and evaluate the a catboost model
184
  model = load_model_from_dict({
185
  "name": "cat_boost_classifier",
186
  "config": {
187
- "x_features": ['smiles::morgan', 'smiles::maccs_rdkit'],
188
  "y_features": ['Class'],
189
  }})
190
 
 
184
  model = load_model_from_dict({
185
  "name": "cat_boost_classifier",
186
  "config": {
187
+ "x_features": ['Smiles::morgan', 'Smiles::maccs_rdkit'],
188
  "y_features": ['Class'],
189
  }})
190