-
Notifications
You must be signed in to change notification settings - Fork 68
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
Fix mixed numeric datatypes for optimizers #667
Commits on Feb 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0eafaf0 - Browse repository at this point
Copy the full SHA 0eafaf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8395321 - Browse repository at this point
Copy the full SHA 8395321View commit details -
[WIP] Change suggestion building in pytest example
Note that if you have a dataframe will all numeric types, df.iloc[0] will convert all columns to float64 because Series cannot be mixed type.
Configuration menu - View commit details
-
Copy full SHA for 71afa15 - Browse repository at this point
Copy the full SHA 71afa15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f129a5 - Browse repository at this point
Copy the full SHA 9f129a5View commit details -
Revert "[WIP] Change suggestion building in pytest example"
This reverts commit 6c3a482.
Configuration menu - View commit details
-
Copy full SHA for 55bf6b3 - Browse repository at this point
Copy the full SHA 55bf6b3View commit details -
[Test] Change suggestion building in pytest example""
This reverts commit 55bf6b3. Realized this is required as again, df.iloc[0] will convert all items to a similar type because pandas.Series cannot be mixed types. In the case of numeric values, everything is implicitly translated into numpy.float64 types.
Configuration menu - View commit details
-
Copy full SHA for 8d1ef69 - Browse repository at this point
Copy the full SHA 8d1ef69View commit details
Commits on Feb 6, 2024
-
Update mlos_core/mlos_core/spaces/adapters/llamatune.py
Co-authored-by: Sergiy Matusevych <sergiy.matusevych@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bd272c8 - Browse repository at this point
Copy the full SHA bd272c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 617afe9 - Browse repository at this point
Copy the full SHA 617afe9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 983763f - Browse repository at this point
Copy the full SHA 983763fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff33ce4 - Browse repository at this point
Copy the full SHA ff33ce4View commit details
Commits on Feb 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6c6a30a - Browse repository at this point
Copy the full SHA 6c6a30aView commit details -
Update mlos_core/mlos_core/tests/optimizers/optimizer_test.py
Co-authored-by: Brian Kroth <bpkroth@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4b4ec33 - Browse repository at this point
Copy the full SHA 4b4ec33View commit details -
Update mlos_core/mlos_core/tests/optimizers/optimizer_test.py
Co-authored-by: Brian Kroth <bpkroth@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 423d582 - Browse repository at this point
Copy the full SHA 423d582View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bc2e50 - Browse repository at this point
Copy the full SHA 2bc2e50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05becea - Browse repository at this point
Copy the full SHA 05beceaView commit details