Method__init__(
self,
criterion,
min_samples_leaf,
min_samples_split,
max_features,
autosklearn/pipeline/components/classification/extra_trees.py:27
Method__init__(
self,
hidden_layer_depth,
num_nodes_per_layer,
activation,
alpha,
autosklearn/pipeline/components/classification/mlp.py:26
Method__init__(
self,
penalty,
loss,
dual,
tol,
C,
multi_class,
autosklearn/pipeline/components/classification/liblinear_svc.py:20
Method__init__(
self, n_estimators, learning_rate, algorithm, max_depth, random_state=None
)
autosklearn/pipeline/components/classification/adaboost.py:16
Method__init__(self, C, fit_intercept, tol, loss, average, random_state=None)
autosklearn/pipeline/components/classification/passive_aggressive.py:25
Method__init__(
self,
penalty,
loss,
dual,
tol,
C,
multi_class,
autosklearn/pipeline/components/feature_preprocessing/liblinear_svc_preprocessor.py:19
Method__init__(
self, n_components, kernel, degree=3, gamma=0.25, coef0=0.0, random_state=None
)
autosklearn/pipeline/components/feature_preprocessing/kernel_pca.py:20
Method__init__(
self,
n_estimators,
criterion,
min_samples_leaf,
min_samples_split,
autosklearn/pipeline/components/feature_preprocessing/extra_trees_preproc_for_classification.py:19
Method__init__(
self,
n_estimators,
criterion,
min_samples_leaf,
min_samples_split,
autosklearn/pipeline/components/feature_preprocessing/extra_trees_preproc_for_regression.py:20
Method__init__(
self, kernel, n_components, gamma=1.0, degree=3, coef0=1, random_state=None
)
autosklearn/pipeline/components/feature_preprocessing/nystroem_sampler.py:23
Method__init__(self, algorithm, whiten, fun, n_components=None, random_state=None)
autosklearn/pipeline/components/feature_preprocessing/fast_ica.py:19
Method__init__(
self,
n_estimators,
max_depth,
min_samples_split,
min_samples_leaf,
autosklearn/pipeline/components/feature_preprocessing/random_trees_embedding.py:18
Method__init__(self, n_clusters, affinity, linkage, pooling_func, random_state=None)
autosklearn/pipeline/components/feature_preprocessing/feature_agglomeration.py:21
Method__init__(self, alpha, kernel, gamma, degree, coef0, random_state=None)
examples/80_extending/example_extending_regression.py:44
Method__init__(
self,
hidden_layer_depth,
num_nodes_per_layer,
activation,
alpha,
examples/80_extending/example_extending_classification.py:42