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

Avoid deprecation warnings on pandas Series.fillna #3631

Merged

Conversation

carlogrisetti
Copy link
Contributor

Series.fillna is deprecated starting from pandas 2.1.0 and the recommended solution is available since the minimum version supported.
Info on the deprecation on https://pandas.pydata.org/docs/reference/api/pandas.Series.fillna.html

@github-actions
Copy link

Unit Test Results

  4 files  ±0    4 suites  ±0   32m 10s ⏱️ + 2m 12s
31 tests ±0  24 ✔️  - 2    7 💤 +2  0 ±0 
62 runs  ±0  48 ✔️  - 4  14 💤 +4  0 ±0 

Results for commit 9a47034. ± Comparison against base commit 42723e3.

This pull request skips 2 tests.
tests.regression_tests.benchmark.test_model_performance ‑ test_performance[ames_housing.gbm.yaml]
tests.regression_tests.benchmark.test_model_performance ‑ test_performance[mercedes_benz_greener.gbm.yaml]

@arnavgarg1 arnavgarg1 merged commit f9ed260 into ludwig-ai:master Sep 18, 2023
@carlogrisetti carlogrisetti deleted the pandas-fillna-deprecation branch October 3, 2024 22:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants