SklearnLogisticRegression

Type

ml-estimator

Class

fire.nodes.sklearn.NodeSklearnLogisticRegression

Fields

Name Title Description
targetCol Target Column The label column for model fitting
penalty Penalty  
dual Dual  
tol Tol  
C C  
fit_intercept Fitintercept  
intercept_scaling InterceptScaling  
class_weight ClassWeight  
random_state RandomState  
solver Solver  
max_iter Maxiter  
multi_class MultiClass  
verbose Verbose  
warm_start WarmStart  
l1_ratio L1Ratio