File tree Expand file tree Collapse file tree
daal4py/sklearn/linear_model Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 hooks :
2121 - id : black
2222 - repo : https://github.com/PyCQA/isort
23- rev : 5.13.2
23+ rev : 8.0.1
2424 hooks :
2525 - id : isort
2626 - repo : https://github.com/pre-commit/mirrors-clang-format
Original file line number Diff line number Diff line change 2020import numpy as np
2121import scipy .optimize as optimize
2222import sklearn .linear_model ._logistic as logistic_module
23- from sklearn .linear_model ._logistic import _LOGISTIC_SOLVER_CONVERGENCE_MSG
23+ from sklearn .linear_model ._logistic import (
24+ _LOGISTIC_SOLVER_CONVERGENCE_MSG ,
25+ )
2426from sklearn .linear_model ._logistic import (
2527 LogisticRegression as LogisticRegression_original ,
2628)
2729from sklearn .linear_model ._logistic import (
2830 LogisticRegressionCV as LogisticRegressionCV_original ,
2931)
30- from sklearn .linear_model ._logistic import _check_solver
32+ from sklearn .linear_model ._logistic import (
33+ _check_solver ,
34+ )
3135from sklearn .utils import check_array , check_consistent_length , check_random_state
3236from sklearn .utils .optimize import _check_optimize_result , _newton_cg
3337from sklearn .utils .validation import check_is_fitted
Original file line number Diff line number Diff line change 2323from daal4py .sklearn ._utils import (
2424 PatchingConditionsChain as daal4py_PatchingConditionsChain ,
2525)
26- from daal4py .sklearn ._utils import sklearn_check_version
26+ from daal4py .sklearn ._utils import (
27+ sklearn_check_version ,
28+ )
2729from onedal .common .hyperparameters import (
2830 get_hyperparameters as onedal_get_hyperparameters ,
2931)
You can’t perform that action at this time.
0 commit comments