* refactor: create superOrder from superblock * chore: drop superOrders from meta * fix: return null for 'certifications' * fix: only set superOrder if it is needed * fix(tests): remove filter from order tests * test: use getSuperOrder, since superOrder has gone * test: ignore certificates * fix: getSuperOrder throw for 'certifications' * test: remove certificate special case It wasn't necessary, anyway (it had never been working because I put certificate not certification) Co-authored-by: Nicholas Carrigan <nhcarrigan@gmail.com>
31 lines
689 B
JSON
31 lines
689 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",
|
|
"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"
|
|
]
|
|
]
|
|
}
|