maom commited on
Commit
571c02b
·
verified ·
1 Parent(s): 825c5cd

fix syntax

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -158,7 +158,7 @@ First, from the command line, install `MolFlux` library with `catboost` and `rdk
158
  then load, featurize, split, fit, and evaluate the catboost model
159
 
160
  import json
161
- from datasets import load_set
162
  from molflux.datasets import featurise_dataset
163
  from molflux.features import load_from_dicts as load_representations_from_dicts
164
  from molflux.splits import load_from_dict as load_split_from_dict
 
158
  then load, featurize, split, fit, and evaluate the catboost model
159
 
160
  import json
161
+ from datasets import load_dataset
162
  from molflux.datasets import featurise_dataset
163
  from molflux.features import load_from_dicts as load_representations_from_dicts
164
  from molflux.splits import load_from_dict as load_split_from_dict