- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 241 - 250 of 2,300 for 2 (0.25 sec)
-
locally_linear_embedding — scikit-learn 1.6.1 d...
(n_components + 1) / 2. see reference [2] modified use the modified...n_components = 2 ) >>> embedding . shape (100, 2) Gallery examples...scikit-learn.org/stable/modules/generated/sklearn.manifold.locally_linear_embedding.html -
TimeSeriesSplit — scikit-learn 1.6.1 documentation
2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 ,...1] Test: index=[2] Fold 2: Train: index=[0 1 2] Test: index=[3]...scikit-learn.org/stable/modules/generated/sklearn.model_selection.TimeSeriesSplit.html -
make_gaussian_quantiles — scikit-learn 1.6.1 do...
int64(2), np.int64(0), np.int64(1), np.int64(0), np.int64(2)] Gallery...n_samples = 100 , n_features = 2 , n_classes = 3 , shuffle = True...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_gaussian_quantiles.html -
plot_classifier_comparison.zip
make_classification( n_features=2, n_redundant=0, n_informative=2, random_state=1,...rng = np.random.RandomState(2) X += 2 * rng.uniform(size=X.shape)...scikit-learn.org/stable/_downloads/ce35bcc69acbd491cf7ac77fa17889d5/plot_classifier_comparison.zip -
harbor lastadoc
RootAction #index() HtmlResponse 0 7 3 2 /lido/auth/signin @author s.tadokoro...MemberAddAction #index() HtmlResponse 2 47 6 10 /member/add/register @author...dbflute.seasar.org/ja/data/doc/harbor/lastadoc-harbor.html -
SVC — scikit-learn 1.6.1 documentation
[ - 2 , - 1 ], [ 1 , 1 ], [ 2 , 1 ]]) >>> y = np...np . array ([ 1 , 1 , 2 , 2 ]) >>> from sklearn.svm import SVC...scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html -
Elasticsearch vs. OpenSearch: Vector Search Per...
OpenSearch-2.14.0@lucene-hnsw 0.96519 0.995422 OpenSearch-2.14.0@faiss...OpenSearch-2.14.0@faiss-sq_fp16 0.980012 0.97721 OpenSearch-2.14.0@nmslib...www.elastic.co/search-labs/blog/elasticsearch-opensearch-vector-search-performance-comparison -
median_absolute_error — scikit-learn 1.6.1 docu...
2 , 7 ] >>> y_pred = [ 2.5 , 0.0 , 2 , 8 ] >>> m...]] >>> y_pred = [[ 0 , 2 ], [ - 1 , 2 ], [ 8 , - 5 ]] >>> median_absolute_error...scikit-learn.org/stable/modules/generated/sklearn.metrics.median_absolute_error.html -
preprocessing.rst.txt
2. , 1. , 0.1], [4.4, 2.2, 1.1, 0.1], [4.4, 2.2, 1.2, 0.1],...:math:`(X_1, X_2)` to :math:`(1, X_1, X_2, X_1^2, X_1X_2, X_2^2)`. In...scikit-learn.org/stable/_sources/modules/preprocessing.rst.txt -
KNeighborsTransformer — scikit-learn 1.6.1 docu...
array([[2]])) As you can see, it returns [[0.5]], and [[2]], which..., metric = 'minkowski' , p = 2 , metric_params = None , n_jobs...scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsTransformer.html