Update utils.py
Browse files
utils.py
CHANGED
|
@@ -77,7 +77,7 @@ pipeline_data = {
|
|
| 77 |
"Design Web Scraping or use APIs?"
|
| 78 |
]
|
| 79 |
},
|
| 80 |
-
"π Data
|
| 81 |
"explain_text": "**π Data Usage:** How should the data be used, given any license or permission constraints?",
|
| 82 |
"sub_decisions": [
|
| 83 |
"Ethical concerns to be addressed?",
|
|
@@ -177,8 +177,8 @@ pipeline_data = {
|
|
| 177 |
"Fine-tune or use as feature extractors?"
|
| 178 |
]
|
| 179 |
},
|
| 180 |
-
"β‘
|
| 181 |
-
"explain_text": "**β‘
|
| 182 |
"sub_decisions": [
|
| 183 |
"Grid search vs random search vs Bayesian?",
|
| 184 |
"How many trials and folds to run?",
|
|
@@ -212,8 +212,8 @@ pipeline_data = {
|
|
| 212 |
"Does it align with evaluation metrics?"
|
| 213 |
]
|
| 214 |
},
|
| 215 |
-
"π Optimization
|
| 216 |
-
"explain_text": "**π Optimization
|
| 217 |
"sub_decisions": [
|
| 218 |
"SGD vs Adam vs RMSProp?",
|
| 219 |
"What learning rate schedule?",
|
|
|
|
| 77 |
"Design Web Scraping or use APIs?"
|
| 78 |
]
|
| 79 |
},
|
| 80 |
+
"π Data Usage": {
|
| 81 |
"explain_text": "**π Data Usage:** How should the data be used, given any license or permission constraints?",
|
| 82 |
"sub_decisions": [
|
| 83 |
"Ethical concerns to be addressed?",
|
|
|
|
| 177 |
"Fine-tune or use as feature extractors?"
|
| 178 |
]
|
| 179 |
},
|
| 180 |
+
"β‘ Hyperparams": {
|
| 181 |
+
"explain_text": "**β‘ Hyperparams:** How to optimize model hyperparameters?",
|
| 182 |
"sub_decisions": [
|
| 183 |
"Grid search vs random search vs Bayesian?",
|
| 184 |
"How many trials and folds to run?",
|
|
|
|
| 212 |
"Does it align with evaluation metrics?"
|
| 213 |
]
|
| 214 |
},
|
| 215 |
+
"π Optimization": {
|
| 216 |
+
"explain_text": "**π Optimization:** Which optimization algorithm should be used?",
|
| 217 |
"sub_decisions": [
|
| 218 |
"SGD vs Adam vs RMSProp?",
|
| 219 |
"What learning rate schedule?",
|