automl / neps

Neural Pipeline Search (NePS): Helps deep learning experts find the best neural pipeline.
https://automl.github.io/neps/
Apache License 2.0
44 stars 11 forks source link

Warning from Pandas while running NePS #27

Closed danrgll closed 5 months ago

danrgll commented 8 months ago

...python3.9/site-packages/pandas/core/dtypes/cast.py:1641: DeprecationWarning: np.find_common_type is deprecated. Please use np.result_type or np.promote_types. See https://numpy.org/devdocs/release/1.25.0-notes.html and the docs for more information. (Deprecated NumPy 1.25) return np.find_common_type(types, [])

Just experience the occurrence when I use a fidelity approach

eddiebergman commented 8 months ago

This went away when I installed pandas>=2.0, related issue #25