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

Fixes to address automlbenchmark problems #126

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
@franchuterivera franchuterivera added this to In progress in Bugs via automation Mar 7, 2021
Bugs automation moved this from In progress to Reviewer approved Mar 8, 2021
@ravinkohli ravinkohli merged commit a3d40ac into automl:refactor_development Mar 8, 2021
Bugs automation moved this from Reviewer approved to Done 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
Bugs
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants