-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmodel.json
More file actions
1 lines (1 loc) · 1.37 KB
/
model.json
File metadata and controls
1 lines (1 loc) · 1.37 KB
1
{"attributes": {"C": 1.0, "_doc_link_module": "sklearn", "_doc_link_template": "https://scikit-learn.org/1.6/modules/generated/{estimator_module}.{estimator_name}.html", "_estimator_type": "classifier", "classes_": [0, 1], "coef_": [[5.649172287707514, 5.698504050090807, -0.09020906948889498, 0.008248601132978765]], "dual": false, "fit_intercept": true, "intercept_": [-0.21449126927594514], "intercept_scaling": 1, "max_iter": 100, "multi_class": "deprecated", "n_features_in_": 4, "n_iter_": [10], "penalty": "l2", "random_state": 42, "solver": "lbfgs", "tol": 0.0001, "verbose": 0, "warm_start": false}, "attribute_types": ["<class 'float'>", "<class 'str'>", "<class 'str'>", "<class 'str'>", "<class 'numpy.ndarray'>", "<class 'numpy.ndarray'>", "<class 'bool'>", "<class 'bool'>", "<class 'numpy.ndarray'>", "<class 'int'>", "<class 'int'>", "<class 'str'>", "<class 'int'>", "<class 'numpy.ndarray'>", "<class 'str'>", "<class 'int'>", "<class 'str'>", "<class 'float'>", "<class 'int'>", "<class 'bool'>"], "estimator_class": "LogisticRegression", "params": {"C": 1.0, "class_weight": null, "dual": false, "fit_intercept": true, "intercept_scaling": 1, "l1_ratio": null, "max_iter": 100, "multi_class": "deprecated", "n_jobs": null, "penalty": "l2", "random_state": 42, "solver": "lbfgs", "tol": 0.0001, "verbose": 0, "warm_start": false}, "producer_name": "sklearn", "producer_version": "1.6.1"}