Home
last modified time | relevance | path

Searched defs:param_grid (Results 1 – 23 of 23) sorted by relevance

/dports/science/py-nilearn/nilearn-0.8.1/nilearn/decoding/
H A Ddecoder.py65 def _check_param_grid(estimator, X, y, param_grid=None): argument
154 def _parallel_fit(estimator, X, y, train, test, param_grid, is_classification, argument
330 def __init__(self, estimator='svc', mask=None, cv=10, param_grid=None, argument
867 def __init__(self, estimator='svc', mask=None, cv=10, param_grid=None, argument
975 def __init__(self, estimator='svr', mask=None, cv=10, param_grid=None, argument
1093 def __init__(self, estimator='svr', mask=None, cv=30, param_grid=None, argument
1218 param_grid=None, clustering_percentile=10, argument
/dports/science/py-scikit-learn/scikit-learn-1.0.2/examples/compose/
H A Dplot_feature_union.py54 param_grid = dict( variable
H A Dplot_digits_pipe.py41 param_grid = { variable
H A Dplot_compare_reduction.py49 param_grid = [ variable
H A Dplot_column_transformer_mixed_types.py175 param_grid = { variable
/dports/science/py-scikit-learn/scikit-learn-1.0.2/examples/neighbors/
H A Dplot_caching_nearest_neighbors.py49 param_grid = {"classifier__n_neighbors": n_neighbors_list} variable
/dports/science/py-scikit-learn/scikit-learn-1.0.2/examples/model_selection/
H A Dplot_randomized_search.py78 param_grid = { variable
H A Dplot_grid_search_refit_callable.py88 param_grid = {"reduce_dim__n_components": [6, 8, 10, 12, 14]} variable
H A Dplot_successive_halving_heatmap.py35 param_grid = {"gamma": gammas, "C": Cs} variable
H A Dplot_grid_search_stats.py41 param_grid = [ variable
/dports/science/py-scikit-learn/scikit-learn-1.0.2/examples/miscellaneous/
H A Dplot_pipeline_display.py184 param_grid = { variable
/dports/science/py-nilearn/nilearn-0.8.1/examples/07_advanced/
H A Dplot_age_group_prediction_cross_val.py58 param_grid = [ variable
/dports/science/py-scikit-learn/scikit-learn-1.0.2/examples/svm/
H A Dplot_svm_scale_c.py133 param_grid = dict(C=cs) variable
H A Dplot_rbf_parameters.py140 param_grid = dict(gamma=gamma_range, C=C_range) variable
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/model_selection/
H A D_search_successive_halving.py95 self.random_state = random_state
324 if self.aggressive_elimination:
H A D_split.py683 # Determine the optimal number of samples from each class in each fold,
/dports/lang/gcc10/gcc-10.3.0/gotools/
H A DMakefile.am91echo 'func defaultCC(goos, goarch string) string { return "$(GCC_INSTALL_NAME)" }' >> zdefaultcc.g…
/dports/science/py-scikit-learn/scikit-learn-1.0.2/examples/ensemble/
H A Dplot_gradient_boosting_quantile.py240 param_grid = dict( variable
/dports/net/wireshark/wireshark-3.6.1/ui/qt/
H A Dmulticast_statistics_dialog.cpp199 QGridLayout *param_grid = new QGridLayout(); in MulticastStatisticsDialog() local
/dports/net/tshark/wireshark-3.6.1/ui/qt/
H A Dmulticast_statistics_dialog.cpp199 QGridLayout *param_grid = new QGridLayout(); in MulticastStatisticsDialog() local
/dports/net/tshark-lite/wireshark-3.6.1/ui/qt/
H A Dmulticast_statistics_dialog.cpp199 QGridLayout *param_grid = new QGridLayout(); in MulticastStatisticsDialog() local
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/utils/tests/
H A Dtest_pprint.py79 param_grid, argument
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/model_selection/tests/
H A Dtest_search.py1852 def fit_grid(param_grid): argument