[Pipeline] Underlying SQL Metrics #1099
Labels
Machine Learning - Model Evaluation
Cross Validation, HP Tuning, ...
Pipeline
Anything related to the Pipelines.
Milestone
Description:
There is currently no way to generate the SQL to make a metric table.
Tasks:
regression_report
to return the SQL of the metric instead of the result of the metrics.Definition of Done:
Concerns:
An example to show we really don't use sql to compute classification anymore:
accuracy_score
used to be computed in _metrics.py the 0.12.0 version of VerticapyAVG(CASE WHEN {0} = {1} THEN 1 ELSE 0 END)
accuracy_score
is computed now in classification.py in 1.0.0The text was updated successfully, but these errors were encountered: