Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 581 - 590 of 2,485 for 2 (0.25 sec)

  1. Receiver Operating Characteristic (ROC) with cr...

    = 2 ], y [ y != 2 ] n_samples , n_features...linearly separable from the other 2; the latter are not linearly separable...
    scikit-learn.org/stable/auto_examples/model_selection/plot_roc_crossval.html
    Mon Nov 10 15:11:15 UTC 2025
      103.1K bytes
      Cache
     
  2. make_biclusters — scikit-learn 1.7.2 documentation

    shape (2, 10) >>> cols . shape (2, 20) Gallery examples...shape = ( 10 , 20 ), n_clusters = 2 , random_state = 42 ... ) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_biclusters.html
    Mon Nov 10 15:11:18 UTC 2025
      110.7K bytes
      Cache
     
  3. TheilSenRegressor — scikit-learn 1.7.2 document...

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...n_samples = 200 , n_features = 2 , noise = 4.0 , random_state =...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.TheilSenRegressor.html
    Mon Nov 10 15:11:19 UTC 2025
      135.5K bytes
      1 views
      Cache
     
  4. GradientBoostingClassifier — scikit-learn 1.7.2...

    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.GradientBoostingClassifier.html
    Mon Nov 10 15:11:18 UTC 2025
      179.6K bytes
      Cache
     
  5. Comparing Random Forests and Histogram Gradient...

    col = 2 ) fig . add_trace ( line_trace , row = 1 , col = 2 ) fig..." ) Number of physical cores: 2 Unlike RF, HGBT models offer an...
    scikit-learn.org/stable/auto_examples/ensemble/plot_forest_hist_grad_boosting_comparison.html
    Mon Nov 10 15:11:18 UTC 2025
      126.8K bytes
      Cache
     
  6. Linux へのインストール (詳細手順)

    2/fess-15.3.2.tar.gz $ tar -xzf fess-15.3.2.tar.gz $...s-15.3.2/fess-15.3.2.rpm $ sudo rpm -ivh fess-15.3.2.rpm Fess...
    fess.codelibs.org/ja/15.3/install/install-linux.html
    Mon Nov 10 02:42:49 UTC 2025
      44K bytes
      Cache
     
  7. Normalizer — scikit-learn 1.7.2 documentation

    2 , 2 ], ... [ 1 , 3 , 9 , 3 ], ......transform ( X ) array([[0.8, 0.2, 0.4, 0.4], [0.1, 0.3, 0.9, 0.3],...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.Normalizer.html
    Mon Nov 10 15:11:15 UTC 2025
      135.6K bytes
      Cache
     
  8. 2.7. Novelty and Outlier Detection — scikit-lea...

    2.7.2. Novelty Detection # Consider...Species distribution modeling 2.7.2.1. Scaling up the One-Class...
    scikit-learn.org/stable/modules/outlier_detection.html
    Mon Nov 10 15:11:18 UTC 2025
      72.6K bytes
      Cache
     
  9. OneVsOneClassifier — scikit-learn 1.7.2 documen...

    X_test [: 10 ]) array([2, 1, 0, 2, 0, 2, 0, 1, 1, 1]) decision_function...n_classes * (n_classes - 1) / 2 classifiers, this method is usually...
    scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsOneClassifier.html
    Sun Nov 09 07:16:25 UTC 2025
      142.2K bytes
      Cache
     
  10. make_circles — scikit-learn 1.7.2 documentation

    n_samples int or tuple of shape (2,), dtype=int, default=100 If int,...ndarray of shape (n_samples, 2) The generated samples. y ndarray...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_circles.html
    Mon Nov 10 15:11:18 UTC 2025
      116.2K bytes
      Cache
     
Back to top