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
Use of MoleculeTranformer produces future warnings from scikit-learn. The transform method of MoleculeTransformer ends with a call to molfeat.utils.datatype.as_numpy_array_if_possible, which relies on sklearn.utils.check_array. Currently, the keyword argument force_all_finite is used here, but this is being deprecated in favor of ensure_all_finite.