- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1321 - 1330 of over 10,000 for 2 (1.02 seconds)
Filter
-
trustworthiness — scikit-learn 1.8.0 documentation
defined as \[T(k) = 1 - \frac{2}{nk (2n - 3k - 1)} \sum^n_{i=1}...Should be fewer than n_samples / 2 to ensure the trustworthiness...scikit-learn.org/stable/modules/generated/sklearn.manifold.trustworthiness.html -
CCA — scikit-learn 1.8.0 documentation
[ 2. , 2. , 2. ], [ 3. , 5. , 4. ]] >>>...y = [[ 0.1 , - 0.2 ], [ 0.9 , 1.1 ], [ 6.2 , 5.9 ], [ 11.9 ,...scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.CCA.html -
Feature agglomeration vs. univariate selection ...
selection # This example compares 2 dimensionality reduction strategies:.... randn ( n_samples , size ** 2 ) for x in X : # smooth data x...scikit-learn.org/stable/auto_examples/cluster/plot_feature_agglomeration_vs_univariate_selection.... -
Using KBinsDiscretizer to discretize continuous...
subplots ( ncols = 2 , sharey = True , figsize = (...predict ( line ), linewidth = 2 , color = "green" , label = "linear...scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization.html -
LocallyLinearEmbedding — scikit-learn 1.8.0 doc...
(n_components + 1) / 2 . see reference [2] modified : use the...n_neighbors = 5 , n_components = 2 , reg = 0.001 , eigen_solver =...scikit-learn.org/stable/modules/generated/sklearn.manifold.LocallyLinearEmbedding.html -
HuberRegressor vs Ridge on dataset with strong ...
2.0 , size = 4 ) X_outliers [: 2 , :] += X . max...y_outliers [: 2 ] += y . min () - y . mean () / 4.0 y_outliers [ 2 :] +=...scikit-learn.org/stable/auto_examples/linear_model/plot_huber_vs_ridge.html -
빠른 구축 가이드
10 이상 Docker Compose 2.0 이상 Step 1: Docker Compose 파일...ompose-opensearch3.yaml Step 2: 컨테이너 시작 docker compose -f compose.yaml...fess.codelibs.org/ko/quick-start.html -
mean_shift — scikit-learn 1.8.0 documentation
[ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...mean_shift ( X , bandwidth = 2 ) >>> cluster_centers array([[3.33,...scikit-learn.org/stable/modules/generated/sklearn.cluster.mean_shift.html -
FeatureUnion — scikit-learn 1.8.0 documentation
n_components = 2 ))]) >>> X = [[ 0. , 1. , 3 ], [ 2. , 2. , 5 ]] >>>...parameters. Added in version 1.2. n_features_in_ int Number of...scikit-learn.org/stable/modules/generated/sklearn.pipeline.FeatureUnion.html -
load_breast_cancer — scikit-learn 1.8.0 documen...
Classes 2 Samples per class 212(M),357(B)...target_names ndarray of shape (2,) The names of target classes....scikit-learn.org/stable/modules/generated/sklearn.datasets.load_breast_cancer.html