Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1321 - 1330 of over 10,000 for 2 (1.02 seconds)

Filter
  1. 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
    Tue Mar 17 03:44:36 UTC 2026
      14.3K bytes
      Cache
     
  2. 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
    Tue Mar 17 03:44:36 UTC 2026
      18.4K bytes
      Cache
     
  3. 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....
    Tue Mar 17 03:44:39 UTC 2026
      17.3K bytes
      Cache
     
  4. 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
    Tue Mar 17 03:44:38 UTC 2026
      16.1K bytes
      Cache
     
  5. 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
    Tue Mar 17 03:44:39 UTC 2026
      17.6K bytes
      Cache
     
  6. 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
    Tue Mar 17 03:44:36 UTC 2026
      15.8K bytes
      Cache
     
  7. 빠른 구축 가이드

    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
    Mon Mar 16 02:58:52 UTC 2026
      25.8K bytes
      Cache
     
  8. 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
    Tue Mar 17 03:44:36 UTC 2026
      14.2K bytes
      Cache
     
  9. 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
    Tue Mar 17 03:44:39 UTC 2026
      16.7K bytes
      Cache
     
  10. 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
    Tue Mar 17 03:44:39 UTC 2026
      15K bytes
      Cache
     
Back to Top