LALE
latest
Contents:
Installation
LALE
Docs
»
lale.lib.sklearn.svc module
Edit on GitHub
lale.lib.sklearn.svc module
¶
class
lale.lib.sklearn.svc.
SVCImpl
(
C=1.0
,
kernel='rbf'
,
degree=3
,
gamma='auto'
,
coef0=0.0
,
shrinking=True
,
probability=False
,
tol=0.001
,
cache_size=200
,
class_weight=None
,
verbose=False
,
max_iter=-1
,
decision_function_shape='ovr'
,
random_state=None
)
[source]
¶
Bases:
object
fit
(
X
,
y=None
,
sample_weight=None
)
[source]
¶
predict
(
X
)
[source]
¶
predict_proba
(
X
)
[source]
¶