Skip to content

Commit

Permalink
Merge pull request #24 from sasaju/patch-1
Browse files Browse the repository at this point in the history
Update preprocess_data.ipynb
  • Loading branch information
lewismervin1 authored Aug 5, 2024
2 parents 2ce985c + 3f4366a commit a18677c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions notebooks/preprocess_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1055,10 +1055,10 @@
" response_type=\"regression\",\n",
" training_dataset_file=\"../tests/data/sdf/example.sdf\",\n",
" deduplication_strategy=KeepAllNoDeduplication(),\n",
" log_transform=\"True\", # flags to use a transform\n",
" log_transform=True, # flags to use a transform\n",
" log_transform_base=LogBase.LOG10, # Log10 base will be used\n",
" log_transform_negative=\"True\", # The negated log transform will be applied\n",
" log_transform_unit_conversion=6 # THe unit conversion for pXC50 values is 6\n",
" log_transform_negative=LogNegative.TRUE, # The negated log transform will be applied\n",
" log_transform_unit_conversion=6 # The unit conversion for pXC50 values is 6\n",
")\n",
"\n",
"pxc50_data = Dataset(\n",
Expand Down

0 comments on commit a18677c

Please sign in to comment.