Skip to content

Fixes to address automlbenchmark problems#126

Merged
ravinkohli merged 2 commits intoautoml:refactor_developmentfrom
franchuterivera:refactor_development_benchmarkproblems
Mar 8, 2021
Merged

Fixes to address automlbenchmark problems#126
ravinkohli merged 2 commits intoautoml:refactor_developmentfrom
franchuterivera:refactor_development_benchmarkproblems

Conversation

@franchuterivera
Copy link
Contributor

While running the automlbenchmark, I found the following problems:

  • N/A (NoResultError: cannot safely cast non-equivalent float64 to int64)
  • N/A (NoResultError: Encoders require their input to be uniformly strings or numbers. Got ['int', 'str'])
  • NoResultError: 'exc_info' is an invalid keyword argument for print()
  • NoResultError: float() argument must be a string or a number, not 'NAType'

This is linked to problems in the dataframe preprocessing. I have added more unit test to catch this problem as well as support to address these problems.

@franchuterivera franchuterivera added the bug Something isn't working label Mar 7, 2021
@ravinkohli ravinkohli merged commit a3d40ac into automl:refactor_development Mar 8, 2021
github-actions bot pushed a commit that referenced this pull request Mar 8, 2021
@franchuterivera franchuterivera deleted the refactor_development_benchmarkproblems branch March 8, 2021 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants