Skip to content

wraning sklearn ensure_all_finite #523

@n-voisine

Description

@n-voisine

J'ai un warning qui vient à chaque fois que j'utilise la lib khiops sklearn, peut on l'enlever ?

ça viendrait de cette source dataset.py

self.data_source = check_array(array, ensure_2d=True, force_all_finite=False)

voici le warning :
c:\Applications\miniforge3\envs\khiops_env\Lib\site-packages\sklearn\utils\deprecation.py:132: FutureWarning: 'force_all_finite' was renamed to 'ensure_all_finite' in 1.6 and will be removed in 1.8.
warnings.warn(

Metadata

Metadata

Assignees

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