* chore(tools): test curriculum order * chore: update orders * fix(tests): temporarily ignore cert super The Relational Databases cert being 'upcomingChanges' is breaking the tests. * fix: graphql query here * fix: use only one meta * chore: remove unnecessary superOrders * chore: zero-based indexing * fix: update mock * refactor: remove unused fixture Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
32 lines
709 B
JSON
32 lines
709 B
JSON
{
|
|
"name": "Machine Learning with Python Projects",
|
|
"isUpcomingChange": false,
|
|
"dashedName": "machine-learning-with-python-projects",
|
|
"order": 2,
|
|
"time": "150 hours",
|
|
"superBlock": "machine-learning-with-python",
|
|
"superOrder": 10,
|
|
"challengeOrder": [
|
|
[
|
|
"5e46f8d6ac417301a38fb92d",
|
|
"Rock Paper Scissors"
|
|
],
|
|
[
|
|
"5e46f8dcac417301a38fb92e",
|
|
"Cat and Dog Image Classifier"
|
|
],
|
|
[
|
|
"5e46f8e3ac417301a38fb92f",
|
|
"Book Recommendation Engine using KNN"
|
|
],
|
|
[
|
|
"5e46f8edac417301a38fb930",
|
|
"Linear Regression Health Costs Calculator"
|
|
],
|
|
[
|
|
"5e46f8edac417301a38fb931",
|
|
"Neural Network SMS Text Classifier"
|
|
]
|
|
]
|
|
}
|