Easy-gscv

Latest version: v0.2

Safety actively analyzes 621114 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.2

The model now supports the use of 'SVC' classfier with both the rbf and the poly kernels.

The default parameters are as follows:


'SVC': [
{
'kernel': ['rbf'],
'C': [0.1, 1, 100, 1000],
'gamma': [0.01, 0.1, 1, 10, 'auto']
},
{
'kernel': ['poly'],
'degree': [1, 2, 3, 4],
'coef0': [0.0, 1],
'C': [0.1, 1, 100, 1000],
'gamma': [0.01, 0.1, 1, 10, 'auto']
},
]

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.