You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many cases such as model predictions or database retrievals run more efficient if all compounds are assessed at once.
Hence it would be useful to support FeatureUnion from sklearn.
Here one pipeline would calculate the fp in single instance mode, while another runs all compounds at once through the pipeline.
Main obstacle: InvalidInstances
The text was updated successfully, but these errors were encountered:
Many cases such as model predictions or database retrievals run more efficient if all compounds are assessed at once.
Hence it would be useful to support FeatureUnion from sklearn.
Here one pipeline would calculate the fp in single instance mode, while another runs all compounds at once through the pipeline.
Main obstacle: InvalidInstances
The text was updated successfully, but these errors were encountered: