kunikohunter commited on
Commit
7323aaf
·
verified ·
1 Parent(s): d14cfcc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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