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
I'm getting this error running the example notebook.
Installed the tool via pip and working on M2 Macs.
Error comes from this line:
#scan of similarities to found threshold result = AD.fit(model_sklearn=rlr, base_test=xi_test, base_train=xi_train, y_true=y_test, threshold_step=(0, 1, 0.1), threshold_reference='max', similarity_metric='tanimoto', metric_error='rmse')
Many thanks
The text was updated successfully, but these errors were encountered:
Hello,
I'm getting this error running the example notebook.
Installed the tool via pip and working on M2 Macs.
Error comes from this line:
#scan of similarities to found threshold result = AD.fit(model_sklearn=rlr, base_test=xi_test, base_train=xi_train, y_true=y_test, threshold_step=(0, 1, 0.1), threshold_reference='max', similarity_metric='tanimoto', metric_error='rmse')
Many thanks
The text was updated successfully, but these errors were encountered: