- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1041 - 1050 of 2,546 for 2 (0.08 sec)
-
Model Complexity Influence — scikit-learn 1.6.0...
"n_iter_no_change" : 2 , }, "changing_param" : "l1_ratio"..."tuned_params" : { "C" : 1e3 , "gamma" : 2 **- 15 }, "changing_param" : "nu"...scikit-learn.org/stable/auto_examples/applications/plot_model_complexity_influence.html -
Selecting the number of clusters with silhouett...
and 2 columns fig , ( ax1 , ax2 ) = plt . subplots ( 1 , 2 ) fig...ambivalent in deciding between 2 and 4. Also from the thickness...scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_silhouette_analysis.html -
mean_gamma_deviance — scikit-learn 1.7.dev0 doc...
= [ 2 , 0.5 , 1 , 4 ] >>> y_pred = [ 0.5 , 0.5 , 2. , 2. ] >>>...with the power parameter power=2 . It is invariant to scaling of...scikit-learn.org/dev/modules/generated/sklearn.metrics.mean_gamma_deviance.html -
フリーランスの仕事・求人 【ジョブハブ】
を中心としたアイデア~企画書の作成-(2) ライティング&翻訳 > ネーミング 2,700 円 終了 提案数: 1 件 ...【アウトソーシング案件】IT・ガジェットを中心としたアイデア~企画書の作成-(2) ライティング&翻訳 > ネーミング 株式会社パソナJOB...jobhub.jp/jobs -
Prediction Intervals for Gradient Boosting Regr...
exp ( sigma ** 2 / 2 ) y = expected_y + noise Split...learning_rate = [ 0.05 , 0.1 , 0.2 ], max_depth = [ 2 , 5 , 10 ], min_samples_leaf...scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_quantile.html -
11.1. Array API support (experimental) — scikit...
2.2. Meta-estimators # Meta-estimators...X_trans . device . type 'cuda' 11.1.2. Support for Array API -compatible...scikit-learn.org/stable/modules/array_api.html -
check_symmetric — scikit-learn 1.6.0 documentation
2 ], [ 1 , 0 , 1 ], [ 2 , 1 , 0 ]]) >>> check_symmetric...symmetric_array ) array([[0, 1, 2], [1, 0, 1], [2, 1, 0]]) >>> from scipy.sparse...scikit-learn.org/stable/modules/generated/sklearn.utils.validation.check_symmetric.html -
inplace_csr_row_normalize_l2 — scikit-learn 1.6...
2 , 3 , 4 ]) >>> indices = np . array ([ 0 , 1 , 2 , 3 ])...>>> data = np . array ([ 1.0 , 2.0 , 3.0 , 4.0 ]) >>> X = csr_matrix...scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs_fast.inplace_csr_row_normaliz... -
single_source_shortest_path_length — scikit-lea...
2: 2} >>> graph = np . ones (( 6...h ( graph , 2 ) . items ()) [(0, 1), (1, 1), (2, 0), (3, 1),...scikit-learn.org/stable/modules/generated/sklearn.utils.graph.single_source_shortest_path_length.... -
Plot the decision surface of decision trees tra...
2 ], [ 0 , 3 ], [ 1 , 2 ], [ 1 , 3 ], [ 2 , 3 ]]): #...boundary ax = plt . subplot ( 2 , 3 , pairidx + 1 ) plt . tight_layout...scikit-learn.org/stable/auto_examples/tree/plot_iris_dtc.html