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

Support MultiTypeExperiment/RealtimeExperiment in Instantiation #2939

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

andycylmeta
Copy link

Summary:

  1. Add support returning MultiTypeExperiment in InstatntiationBase._make_experiment.
  2. Add add_tracking_metrics function in MultiTypeExperiment to support batch adding metrics when creating a MultiTypeExperiment.

Differential Revision: D64612495

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

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

@facebook-github-bot
Copy link
Contributor

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

andycylmeta added a commit to andycylmeta/Ax that referenced this pull request Nov 1, 2024
Summary:
Pull Request resolved: facebook#2939

1. **InstatntiationBase:** Add support returning MultiTypeExperiment in InstatntiationBase._make_experiment.
2. **MultiTypeExperiment:** Add add_tracking_metrics function in MultiTypeExperiment to support batch adding metrics when creating a MultiTypeExperiment.
3. **AxClient**: Add support for creating MultiTypeExperiment, add_trial_type and add_tracking_metrics.

Reviewed By: sdaulton

Differential Revision: D64612495
Summary:
Pull Request resolved: facebook#2939

1. **InstatntiationBase:** Add support returning MultiTypeExperiment in InstatntiationBase._make_experiment.
2. **MultiTypeExperiment:** Add add_tracking_metrics function in MultiTypeExperiment to support batch adding metrics when creating a MultiTypeExperiment.
3. **AxClient**: Add support for creating MultiTypeExperiment, add_trial_type and add_tracking_metrics.

Reviewed By: sdaulton

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

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

@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 95.83333% with 2 lines in your changes missing coverage. Please review.

Project coverage is 95.60%. Comparing base (d3dd862) to head (e5d25df).

Files with missing lines Patch % Lines
ax/core/multi_type_experiment.py 87.50% 1 Missing ⚠️
ax/service/utils/instantiation.py 83.33% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2939   +/-   ##
=======================================
  Coverage   95.60%   95.60%           
=======================================
  Files         483      483           
  Lines       48942    48988   +46     
=======================================
+ Hits        46793    46837   +44     
- Misses       2149     2151    +2     

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

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants