|
|
|
|
|
by EForEndeavour
2602 days ago
|
|
The code itself is indeed simple, thanks to the combined efforts of very smart and capable researchers and developers across the world. But the time taken to write the actual code to perform ML is negligible compared to: - choosing the right algorithm(s) for the specific task and data at hand - tuning hyperparameters - interpreting preliminary results and/or the output of statistical tests - chasing down and cleaning data(!!) - deploying the resulting ML pipeline into something more maintainable than a GitHub repo of inconsistently named Jupyter Notebooks strewn with hardcoded paths to CSV files and dangerously obsolete documentation written by employees who have since left your company. |
|