Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 231 - 240 of 2,897 for 1 (0.07 sec)

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

    scikit-learn 1.2 Release Highlights for scikit-learn 1.2 On this...Evaluation Guide . Added in version 1.2. Parameters : y_true ndarray...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.PredictionErrorDisplay.html
    Tue Nov 04 06:34:51 UTC 2025
      140.3K bytes
      Cache
     
  2. spectral_clustering — scikit-learn 1.7.2 docume...

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...random_state = 0 ... ) array([1, 1, 1, 0, 0, 0]) Gallery examples...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.spectral_clustering.html
    Tue Nov 04 06:34:51 UTC 2025
      121.2K bytes
      Cache
     
  3. KFold — scikit-learn 1.7.2 documentation

    3] Test: index=[0 1] Fold 1: Train: index=[0 1] Test: index=[2...X = np . array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]])...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.KFold.html
    Tue Nov 04 06:34:51 UTC 2025
      123.2K bytes
      Cache
     
  4. 1.13. Feature selection — scikit-learn 1.7.2 do...

    [1, 0], [0, 0], [1, 1], [1, 0], [1, 1]]) As expected, VarianceThreshold...0 , 0 , 1 ], [ 0 , 1 , 0 ], [ 1 , 0 , 0 ], [ 0 , 1 , 1 ], [ 0...
    scikit-learn.org/stable/modules/feature_selection.html
    Tue Nov 04 06:34:51 UTC 2025
      73.8K bytes
      Cache
     
  5. BayesianGaussianMixture — scikit-learn 1.7.2 do...

    array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], [ 4 , 2 ], [...mixtures”. Bayesian analysis 1.1 Examples >>> import numpy as...
    scikit-learn.org/stable/modules/generated/sklearn.mixture.BayesianGaussianMixture.html
    Tue Nov 04 06:34:51 UTC 2025
      152.9K bytes
      Cache
     
  6. check_array — scikit-learn 1.7.2 documentation

    ensure_min_samples = 1 , ensure_min_features = 1 , estimator = None...documentation. Added in version 1.1.0. Returns : array_converted...
    scikit-learn.org/stable/modules/generated/sklearn.utils.check_array.html
    Sat Nov 01 09:15:33 UTC 2025
      116.3K bytes
      Cache
     
  7. 8.1. Toy datasets — scikit-learn 1.7.2 document...

    length: 1.0 6.9 3.76 1.76 0.9490 (high!) petal width: 0.1 2.5 1.20...0.41 3.58 1.59 0.57 Colour Intensity: 1.3 13.0 5.1 2.3 Hue: 0.48...
    scikit-learn.org/stable/datasets/toy_dataset.html
    Tue Nov 04 06:34:51 UTC 2025
      63.3K bytes
      1 views
      Cache
     
  8. enet_path — scikit-learn 1.7.2 documentation

    l1_ratio * || w || _1 + 0.5 * alpha * ( 1 - l1_ratio ) * || w...0.568], [ 0., 1.120, 0.620], [-0., -2.129, -1.128], [ 0., 23.046,...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.enet_path.html
    Tue Nov 04 06:34:51 UTC 2025
      120K bytes
      Cache
     
  9. brier_score_loss — scikit-learn 1.7.2 documenta...

    y_true in {-1, 1} or {0, 1}, pos_label defaults to 1; else if y_true...defined as: \[\frac{1}{N}\sum_{i=1}^{N}\sum_{c=1}^{C}(y_{ic} - \hat{p}_{ic})^{2}\]...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.brier_score_loss.html
    Tue Nov 04 06:34:51 UTC 2025
      120K bytes
      Cache
     
  10. OutputCodeClassifier — scikit-learn 1.7.2 docum...

    means 1 unless in a joblib.parallel_backend context. -1 means...( estimator , * , code_size = 1.5 , random_state = None , n_jobs...
    scikit-learn.org/stable/modules/generated/sklearn.multiclass.OutputCodeClassifier.html
    Tue Nov 04 06:34:51 UTC 2025
      132.1K bytes
      Cache
     
Back to top