Views
No views yet
| Hyperparameter | Value |
|---|---|
| alpha | 1.0 |
| copy_X | True |
| fit_intercept | True |
| l1_ratio | 0.5 |
| max_iter | 1000 |
| normalize | deprecated |
| positive | False |
| precompute | False |
| random_state | 0 |
| selection | cyclic |
| tol | 0.0001 |
| warm_start | False |
| Metric | Value |
|---|---|
| accuracy | 99.9994 |
1import pickle
2with open(dtc_pkl_filename, 'rb') as file:
3 clf = pickle.load(file)bibtex
@inproceedings{...,year={2022}}