v1.3.1
Change Log
From v1.3.0 to v1.3.1
Fixes
- Fix not re-initiating model weights during DNN training
- Feature values converted to
np.float32
and then np.inf are converted tonan
onDescriptorsCalculator.__call__
.
Changes
QSPRDataset.prepareDataset
changed attributes fromstandardize
andsanitize
to onlystandardizer
.- Accepted parameters are either
chembl
,old
, or a function that reads and standardizes smiles. - None is now also supported to allow skipping smiles standardization.
- SMILES standardization now runs in parallel, but if the input function is not pickable, will just run on a single core.
- Accepted parameters are either
QSPRModel.predictMols
now accepts parameterssmiles_standardizer
,n_jobs
andfill_value
.