datatable.models.Ftrl.model_type_trained¶
model_type_trained
The model type Ftrl has built.
Parameters¶
return
strCould be one of the following: "regression", "binomial",
"multinomial" or "none" for untrained model.
See also¶
.model_type– the model typeFtrlshould build.
The content on this page is licensed under the Creative Commons Attribution 4.0 License
(CC BY 4.0) ,
and code samples are licensed under the MIT License.