Task discrepancies in single-objective microcourse assignment #165
Unanswered
WinC3
asked this question in
Data Science
Replies: 1 comment 2 replies
-
Thanks! Could you include a direct link or snippet / screenshot of the mismatching sections? It's ok if it's a direct link to your private repo since I have access.
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: WinC3 ***@***.***>
Sent: Wednesday, May 21, 2025 10:10:40 PM
To: AccelerationConsortium/ac-microcourses ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [AccelerationConsortium/ac-microcourses] Task discrepancies in single-objective microcourse assignment (Discussion #165)
Some outlined tasks in the README file are inconsistent with the ones in the assignment starter file and pytests file. In particular, the README only outlines 5 tasks (A to E), while the python files outlines (and tests for) 6 (A to F). The tasks C and D from the README are not tested in the pytests, which tests for some other parameter for those tasks.
The README task C also mentions using the ax_client.get_feature_importances() function to store some importance metrics about each parameter, but reading up on the source code I believe the data structure returned (AxPlotConfig) isn't useful for extracting such a metric.
—
Reply to this email directly, view it on GitHub<#165>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AK25ABIPZDYCNAVB47UTJZD27UW2BAVCNFSM6AAAAAB5UYH6HGVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZYGM2TONBTGM>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Some outlined tasks in the README file are inconsistent with the ones in the assignment starter file and pytests file. In particular, the README only outlines 5 tasks (A to E), while the python files outlines (and tests for) 6 (A to F). The tasks C and D from the README are not tested in the pytests, which tests for some other parameter for those tasks.
The README task C also mentions using the ax_client.get_feature_importances() function to store some importance metrics about each parameter, but reading up on the source code I believe the data structure returned (AxPlotConfig) isn't useful for extracting such a metric.
Beta Was this translation helpful? Give feedback.
All reactions