We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15013ba commit f6f37f1Copy full SHA for f6f37f1
pkg/sql/codegen/intermediate_representation.go
@@ -117,6 +117,8 @@ type AnalyzeIR struct {
117
// "select ... analyze ... with analyze.plot_type = "bar"",
118
// the Attributes will be {"analyze.plot_type": "bar"}
119
Attributes map[string]interface{}
120
+ // SQLFlow supports TreeExplainer so far.
121
+ Explainer string
122
// TrainIR is the TrainIR used for generating the training job of the corresponding model
123
TrainIR TrainIR
124
}
0 commit comments