SonarPython 4.18.0.15334
ghislainpiot
released this
13 May 08:56
·
367 commits
to master
since this release
Release notes - SonarPython - 4.18
False-Positive
SONARPY-1777 S1128: Do not raise an unused import on from sklearn.experimental ...
New Feature
SONARPY-1768 Rule S6969 : "memory" parameter should be specified for Scikit-Learn Pipeline
SONARPY-1770 Rule S6971 : Transformers should not be accessed directly when a Scikit-Learn Pipeline uses caching
SONARPY-1771 Rule S6972: Nested estimator parameters adjustment in a Pipeline should refer to valid parameters
SONARPY-1775 Rule S6973 : Important hyperparameters should be specified for Scikit-Learn estimators
SONARPY-1780 Rule S6974: Subclasses of Scikit-Learn's "BaseEstimator" should not set attributes ending with "_" in the "__init__" method
Improvement
SONARPY-1769 Modify S6709: To include Scikit learn