Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -230,6 +230,8 @@ from experimentation to deployment.
|
|
| 230 |
# Drop rows with missing targets or substrates
|
| 231 |
>>> mask = y.notna() & X_sub.notna()
|
| 232 |
>>> df = df[mask]
|
|
|
|
|
|
|
| 233 |
---
|
| 234 |
|
| 235 |
## Citation
|
|
|
|
| 230 |
# Drop rows with missing targets or substrates
|
| 231 |
>>> mask = y.notna() & X_sub.notna()
|
| 232 |
>>> df = df[mask]
|
| 233 |
+
```
|
| 234 |
+
|
| 235 |
---
|
| 236 |
|
| 237 |
## Citation
|