Will AutoML software replace Data Scientists?
AutoML is a generic expression to indicate pieces of software that perform Machine Learning tasks automatically. Such pieces of software can be Python libraries like Auto-Sklearn or software programs like Data Robot. AutoML pieces of software replace all the boring steps that take more time to a Data Scientist's work. They actually make all the combinations of the several parameters of a pipeline (e.g. the blank filling values, scaling algorithm, model type, model hyperparameters) and select the best combination that maximizes some performance metrics (like RMSE or Area under the ROC Curve) in k-fold cross-validation using some search algorithm (like Grid or Random Search). They can really simplify the life of somebody that has to create a model from scratch and sometimes they explore combinations and scenarios that a Data Scientist may not have thought of.
Sep-25-2020, 20:31:25 GMT
- Technology: