Skip to content

Future warning from scikit-learn #117

@smcolby

Description

@smcolby

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions