-
Notifications
You must be signed in to change notification settings - Fork 310
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
Update tutorials to stop using legacy models #1982
Conversation
- The only legacy model remaining is a call to `get_MOO_PAREGO` in the MOO tutorial. - I also cleaned up some imports and got rid of a few `from ax import *`.
@dme65 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Summary: - The only legacy model remaining is a call to `get_MOO_PAREGO` in the MOO tutorial. - I also cleaned up some imports and got rid of a few `from ax import *`. Pull Request resolved: facebook#1982 Differential Revision: D51214898 fbshipit-source-id: 9d937e2795dc7046adb22b23ae3e3f7c5dbe64fd
@dme65 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@dme65 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@dme65 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1982 +/- ##
=======================================
Coverage 94.46% 94.46%
=======================================
Files 460 460
Lines 44032 44032
=======================================
Hits 41595 41595
Misses 2437 2437 ☔ View full report in Codecov by Sentry. |
get_MOO_PAREGO
in the MOO tutorial.from ax import *
.