phi-grib / flame

Modeling framework for eTRANSAFE project
GNU General Public License v3.0
12 stars 10 forks source link

Scaling not performed over morgan FP at model building resulting in error at prediction #172

Closed josecarlosgomezt closed 4 years ago

josecarlosgomezt commented 4 years ago

This statement prevents Flame from creating the scaler.

if self.param.getVal('modelAutoscaling') and not isFingerprint:

When using the created model for prediction, the scaler is not found resulting in error.

manuelpastor commented 4 years ago

Fixed. Right now the scaling is only prevented in similarity searches using fingerprints but not for fingerprints used in predictive models