Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Warning] FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. #113

Closed
eddiebergman opened this issue Jul 3, 2024 · 0 comments · Fixed by #132
Labels
ux Something that would improve user experience

Comments

@eddiebergman
Copy link
Contributor

eddiebergman commented Jul 3, 2024

python neps_examples/efficiency/multi_fidelity.py

64c9afc (HEAD -> master, origin/master, origin/HEAD) Update pyproject.toml

INFO:neps:Finished evaluating config 26_1
/home/skantify/code/neps/neps/optimizers/multi_fidelity/successive_halving.py:243: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  self.observed_configs = pd.concat(
@eddiebergman eddiebergman added the ux Something that would improve user experience label Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ux Something that would improve user experience
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant