maom commited on
Commit
b24613f
1 Parent(s): 916c843

fix syntax

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -215,7 +215,7 @@ First, from the command line, install `MolFlux` library with `catboost` and `rdk
215
  then load, featurize, split, fit, and evaluate the a catboost model
216
 
217
  import json
218
- from datasets import load_set
219
  from molflux.datasets import featurise_dataset
220
  from molflux.features import load_from_dicts as load_representations_from_dicts
221
  from molflux.splits import load_from_dict as load_split_from_dict
 
215
  then load, featurize, split, fit, and evaluate the a catboost model
216
 
217
  import json
218
+ from datasets import load_dataset
219
  from molflux.datasets import featurise_dataset
220
  from molflux.features import load_from_dicts as load_representations_from_dicts
221
  from molflux.splits import load_from_dict as load_split_from_dict