Datasets:
fix syntax
Browse files
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
|
| 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
|