Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -124,7 +124,7 @@ Split and evaluate the catboost model
|
|
| 124 |
model = load_model_from_dict({
|
| 125 |
"name": "cat_boost_regressor",
|
| 126 |
"config": {
|
| 127 |
-
"x_features": ['new SMILES::morgan', 'SMILES::maccs_rdkit'],
|
| 128 |
"y_features": ['logP']}})
|
| 129 |
|
| 130 |
model.train(split_featurised_dataset["train"])
|
|
|
|
| 124 |
model = load_model_from_dict({
|
| 125 |
"name": "cat_boost_regressor",
|
| 126 |
"config": {
|
| 127 |
+
"x_features": ['new SMILES::morgan', 'new SMILES::maccs_rdkit'],
|
| 128 |
"y_features": ['logP']}})
|
| 129 |
|
| 130 |
model.train(split_featurised_dataset["train"])
|