- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 991 - 1000 of 3,787 for 1 (0.13 sec)
-
Nested versus non-nested cross-validation — sci...
= { "C" : [ 1 , 10 , 100 ], "gamma" : [ 0.01 , 0.1 ]} # We will...Iris Dataset" , x = 0.5 , y = 1.1 , fontsize = "15" , ) # Plot...scikit-learn.org/stable/auto_examples/model_selection/plot_nested_cross_validation_iris.html -
Effect of model regularization on training and ...
noise = 1.0 , coef = True , random_state...alphas = np . logspace ( - 5 , 1 , 60 ) disp = ValidationCurveDispl...scikit-learn.org/stable/auto_examples/model_selection/plot_train_error_vs_test_error.html -
Outlier detection with Local Outlier Factor (LO...
n_neighbors ) is typically set 1) greater than the minimum number...ground_truth [ - n_outliers :] = - 1 Fit the model for outlier detection...scikit-learn.org/stable/auto_examples/neighbors/plot_lof_outlier_detection.html -
離婚ランキング一覧25件中 1件から20件 - gooランキング
抑えて1位に選ばれたのは… 駅弁が一番おいしい都道府県ランキング!3位 群馬、2位 宮城、気になる1位は… 第1話が衝撃...宮野真守、2位 羽生結弦、気になる1位は… 芸能 アーティスト 声優 俳優 女優 離婚 芸人 2024年1月28日 3回以上の離婚...ranking.goo.ne.jp/topic/2/ -
商品ランキング一覧338件中 1件から20件 - gooランキング
抑えて1位に選ばれたのは… 駅弁が一番おいしい都道府県ランキング!3位 群馬、2位 宮城、気になる1位は… 第1話が衝撃...SPECIAL」、1位は… 今さら聞けない!正直どこにあるか分からない都道府県ランキング!群馬、栃木、島根、1位に輝いてしまったのは…!?...ranking.goo.ne.jp/category/10/ -
Principal Component Analysis (PCA) on Iris Data...
figure ( 1 , figsize = ( 8 , 6 )) ax = fig...X_reduced [:, 0 ], X_reduced [:, 1 ], X_reduced [:, 2 ], c = iris...scikit-learn.org/stable/auto_examples/decomposition/plot_pca_iris.html -
single_source_shortest_path_length — scikit-lea...
1), (1, 1), (2, 0), (3, 1), (4, 1), (5, 1)] On this...([[ 0 , 1 , 0 , 0 ], ... [ 1 , 0 , 1 , 0 ], ... [ 0 , 1 , 0 , 0...scikit-learn.org/stable/modules/generated/sklearn.utils.graph.single_source_shortest_path_length.... -
Lasso, Lasso-LARS, and Elastic Net paths — scik...
legend (( l1 [ - 1 ], l2 [ - 1 ]), ( "Lasso" , "LARS" ),...plt . legend (( l1 [ - 1 ], l2 [ - 1 ]), ( "Lasso" , "Elastic-Net"...scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_lasso_lars_elasticnet_path.html -
inplace_csr_row_normalize_l2 — scikit-learn 1.7...
1 , 2 , 3 ]) >>> data = np . array ([ 1.0 , 2.0 , 3.0...0. ], [0. , 0. , 1. , 0. ], [0. , 0. , 0. , 1. ]]) On this page...scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs_fast.inplace_csr_row_normaliz... -
pairwise_distances_argmin_min — scikit-learn 1....
[ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...argmin array([0, 1]) >>> distances array([1., 1.]) On this page...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise_distances_argmin_min.html