- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1541 - 1550 of 2,365 for 2 (0.07 sec)
-
Principal Component Analysis (PCA) on Iris Data...
2 import mpl_toolkits.mplot3d #...X_reduced [:, 1 ], X_reduced [:, 2 ], c = iris . target , s = 40...scikit-learn.org/stable/auto_examples/decomposition/plot_pca_iris.html -
Detection error tradeoff (DET) curve — scikit-l...
n_features = 2 , n_redundant = 0 , n_informative = 2 , random_state...ax_det ] = plt . subplots ( 1 , 2 , figsize = ( 11 , 5 )) for name...scikit-learn.org/stable/auto_examples/model_selection/plot_det.html -
「※1件でもOK入力は5項目!♪★最寄り駅・よく使用する駅の口コミ募集★10/18〆」の仕事依...
契約(提案選定)後、事務局より入力フォームURLのご連絡 2.指定のURLにアクセスし、駅口コミを入力し送信 ※入力する項目は5項目あります。...■目安の口コミ件数 1件~3件 ■作業時間の目安 1件あたり1~2分程度 ■報酬額 100円/1件(税別) ■作業期間 契約締結後...jobhub.jp/jobs/40609 -
GraphicalLasso — scikit-learn 1.6.1 documentation
2 , 0.0 ], ... [ 0.0 , 0.4 , 0.0 , 0.0 ], ... [ 0.2 , 0.0...verbose = False , eps = np.float64(2.220446049250313e-16) , assume_centered...scikit-learn.org/stable/modules/generated/sklearn.covariance.GraphicalLasso.html -
Faces recognition example using eigenfaces and ...
for machine learning we use the 2 data directly (as relative pixel...figure ( figsize = ( 1.8 * n_col , 2.4 * n_row )) plt . subplots_adjust...scikit-learn.org/stable/auto_examples/applications/plot_face_recognition.html -
Kernel PCA — scikit-learn 1.6.1 documentation
subplots ( ncols = 2 , sharex = True , sharey = True...KernelPCA pca = PCA ( n_components = 2 ) kernel_pca = KernelPCA ( n_components...scikit-learn.org/stable/auto_examples/decomposition/plot_kernel_pca.html -
Effect of transforming the targets in regressio...
subplots ( 2 , 2 , sharey = "row" , figsize =...ax1 ) = plt . subplots ( 1 , 2 ) ax0 . hist ( y , bins = 100...scikit-learn.org/stable/auto_examples/compose/plot_transformed_target.html -
Gaussian processes on discrete data structures ...
2.0 , 2.0 , 3.0 , 3.0 ]) training_idx...Y [ training_idx ], width = 0.2 , color = "r" , alpha = 1 , label...scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpr_on_structured_data.html -
Recursive feature elimination with cross-valida...
The introduction of 2 additional redundant (i.e. correlated)...n_informative = 3 , n_redundant = 2 , n_repeated = 0 , n_classes =...scikit-learn.org/stable/auto_examples/feature_selection/plot_rfe_with_cross_validation.html -
NotFittedError — scikit-learn 1.6.1 documentation
2 ], [ 2 , 3 ], [ 3 , 4 ]]) ... except...scikit-learn.org/stable/modules/generated/sklearn.exceptions.NotFittedError.html