- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 971 - 980 of 3,757 for 1 (0.23 sec)
-
7.5. Unsupervised dimensionality reduction — sc...
1. PCA: principal component analysis...scikit-learn.org/stable/modules/unsupervised_reduction.html -
Manifold learning on handwritten digits: Locall...
array ([[ 1.0 , 1.0 ]]) # just something big...data . flat [:: X . shape [ 1 ] + 1 ] += 0.01 # Make X invertible...scikit-learn.org/stable/auto_examples/manifold/plot_lle_digits.html -
移行 0.9.8.1 to 0.9.8.2 | DBFlute
dbflute.seasar.org/ja/environment/upgrade/migration/migrate0981to0982.html -
移行 0.9.7.0 to 0.9.7.1 | DBFlute
dbflute.seasar.org/ja/environment/upgrade/migration/migrate0970to0971.html -
Demonstration of multi-metric evaluation on cro...
1 ) # Get the regular numpy array...sample_score_std , alpha = 0.1 if sample == "test" else 0 , color...scikit-learn.org/stable/auto_examples/model_selection/plot_multi_metric_evaluation.html -
Principal Component Regression vs Partial Least...
axes [ 1 ] . scatter ( X . dot ( pca . components_ [ 1 ]), y ,.... scatter ( X [:, 0 ], X [:, 1 ], alpha = 0.3 , label = "samples"...scikit-learn.org/stable/auto_examples/cross_decomposition/plot_pcr_vs_pls.html -
概要リスト (DBFlute Maven Plugin 1.0.0 API)
すべてのクラス パッケージ org.seasar.dbflute.maven.plugin org.seasar.dbflute.maven.plugin.client org.seasar.dbflute.maven.plugin....dbflute.seasar.org/maven/plugin/apidocs/overview-frame.html -
sklearn.feature_extraction — scikit-learn 1.7.2...
Feature extraction from raw data. User guide. See the Feature extraction section for further details. From images: Utilities to extract features from images. From text: Utilities to build feature v...scikit-learn.org/stable/api/sklearn.feature_extraction.html -
sort_graph_by_row_values — scikit-learn 1.7.2 d...
1. ], ... [ 3. , 0. , 2. ], ... [ 1. , 2. , 0. ]])...>>> X . data array([3., 1., 3., 2., 1., 2.]) >>> X_ = sort_graph_by_row_values...scikit-learn.org/stable/modules/generated/sklearn.neighbors.sort_graph_by_row_values.html -
Custom refit strategy of a grid search with cro...
precision: 1.000 (±0.000), recall: 0.854 (±0.063), for {'C': 1, 'gamma':...precision: 1.000 (±0.000), recall: 0.257 (±0.061), for {'C': 1, 'gamma':...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_digits.html