-
Notifications
You must be signed in to change notification settings - Fork 62
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
Onboarding external subsystem update #15
Conversation
…d of run_driver to shorten the runtime.
…d of run_driver to shorten the runtime.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add a comment for line 7 of the first codeblock (max_iter=1)?
# Max iterations set to 1 to reduce runtime of example
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I made minor changes directly
Summary
onboarding_ext_subsystem.ipynb
. Have to userun_model
instead ofrun_driver
because OAS runtime exceeded the maximum allowed.methods_for_level2.py
, the variablefinal_range_nmi
is commented out because it is never used and will cause error whenrun_model
.onboarding_level2.ipynb
, replacedbench2_history.db
byaviary_history.db
.Related Issues
Backwards incompatibilities
None
New Dependencies
None