Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 681 - 690 of 2,485 for 2 (0.24 sec)

  1. RandomForestClassifier — scikit-learn 1.7.2 doc...

    min_samples_split = 2 , min_samples_leaf = 1 , min_...min_samples_split int or float, default=2 The minimum number of samples...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestClassifier.html
    Mon Nov 10 15:11:18 UTC 2025
      181.9K bytes
      Cache
     
  2. 1.6. Nearest Neighbors — scikit-learn 1.7.2 doc...

    2 ]]) >>> y = np . array ([ 1 , 1 , 1 , 2 , 2 , 2 ]) >>>...- 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2 , 1 ], [ 3...
    scikit-learn.org/stable/modules/neighbors.html
    Mon Nov 10 15:11:18 UTC 2025
      122.7K bytes
      Cache
     
  3. RegressorMixin — scikit-learn 1.7.2 documentation

    2 ], [ 2 , 3 ], [ 3 , 4 ]]) >>> y =...float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...
    scikit-learn.org/stable/modules/generated/sklearn.base.RegressorMixin.html
    Mon Nov 10 15:11:19 UTC 2025
      115.7K bytes
      Cache
     
  4. PolynomialFeatures — scikit-learn 1.7.2 documen...

    degree-2 polynomial features are [1, a, b, a^2, ab, b^2]. Read...etc. excluded: x[0] ** 2 , x[0] ** 2 * x[1] , etc. include_bias...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.PolynomialFeatures.html
    Mon Nov 10 15:11:19 UTC 2025
      139.9K bytes
      Cache
     
  5. インストール

    2.0をインストール場合を説明します。 OpenSearchのプラグインを...h:opensearch-analysis-fess:3.2.0 $ $OPENSEARCH_HOME/bin/opensearch-plugin...
    fess.codelibs.org/ja/15.2/install/install.html
    Fri Oct 24 02:40:36 UTC 2025
      26.5K bytes
      1 views
      Cache
     
  6. MultiTaskLasso — scikit-learn 1.7.2 documentation

    2 ], [ 2 , 4 ]], [[ 0 , 0 ], [ 1 , 1 ], [ 2 , 3 ]]) ...it is: 1 / ( 2 * n_samples ) * || y - Xw ||^ 2_2 + alpha * l1_ratio...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLasso.html
    Mon Nov 10 15:11:19 UTC 2025
      156.9K bytes
      Cache
     
  7. check_array — scikit-learn 1.7.2 documentation

    ndim > 2. ensure_min_samples int, default=1...the input data has effectively 2 dimensions or is originally 1D...
    scikit-learn.org/stable/modules/generated/sklearn.utils.check_array.html
    Sun Nov 09 07:16:24 UTC 2025
      116.3K bytes
      Cache
     
  8. jaccard_score — scikit-learn 1.7.2 documentation

    2 , 1 , 2 ] >>> y_true = [ 0 , 1 , 2 , 2 ] >>> jaccard_score...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.jaccard_score.html
    Mon Nov 10 15:11:15 UTC 2025
      120.3K bytes
      Cache
     
  9. Model selection with Probabilistic PCA and Fact...

    rand ( n_features ) + sigma / 2.0 X_hetero = X + rng . randn (...shrinkages = np . logspace ( - 2 , 0 , 30 ) cv = GridSearchCV (...
    scikit-learn.org/stable/auto_examples/decomposition/plot_pca_vs_fa_model_selection.html
    Mon Nov 10 15:11:19 UTC 2025
      110.5K bytes
      Cache
     
  10. TweedieRegressor — scikit-learn 1.7.2 documenta...

    2 ], [ 2 , 3 ], [ 3 , 4 ], [ 4 , 3 ]] >>> y = [ 2 , 3.5...determination R^2. R^2 uses squared error and D^2 uses the deviance...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.TweedieRegressor.html
    Mon Nov 10 15:11:15 UTC 2025
      141.6K bytes
      Cache
     
Back to top