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

fix TimeAsFeature transform for MOO #3178

Closed
wants to merge 1 commit into from

Conversation

sdaulton
Copy link
Contributor

Summary: see title. For MOO, fixed features can be empty in L931 in ax/modelbridge/torch.py. This led to an issue where start_time was not in the parameters dict, causing issues when untransforming. This fixes the issue

Differential Revision: D67216689

@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Dec 14, 2024
Copy link

vercel bot commented Dec 14, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ax-archive ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 16, 2024 3:43pm

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D67216689

Summary:

see title. For MOO, fixed features can be empty in L931 in ax/modelbridge/torch.py. This led to an issue where `start_time` was not in the parameters dict, causing issues when untransforming. This fixes the issue

Reviewed By: Balandat

Differential Revision: D67216689
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D67216689

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.83%. Comparing base (f71703f) to head (5194333).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3178   +/-   ##
=======================================
  Coverage   95.83%   95.83%           
=======================================
  Files         505      505           
  Lines       50989    50996    +7     
=======================================
+ Hits        48866    48873    +7     
  Misses       2123     2123           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in c9303da.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed Do not delete this pull request or issue due to inactivity. fb-exported Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants