Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 971 - 980 of 3,755 for 1 (0.38 sec)

  1. Recognizing hand-written digits — scikit-learn ...

    0 0 0 1 0 0 0 0 0] [ 0 88 1 0 0 0 0 0 1 1] [ 0 0 85 1 0 0 0 0...0 0 88 1 0 0 2] [ 0 1 0 0 0 0 90 0 0 0] [ 0 0 0 0 0 1 0 88 0...
    scikit-learn.org/stable/auto_examples/classification/plot_digits_classification.html
    Thu Sep 18 09:36:18 UTC 2025
      102K bytes
      Cache
     
  2. add_dummy_feature — scikit-learn 1.7.2 document...

    1 ], [ 1 , 0 ]]) array([[1., 0., 1.], [1., 1., 0.]])...add_dummy_feature ( X , value = 1.0 ) [source] # Augment dataset...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.add_dummy_feature.html
    Wed Sep 17 19:57:59 UTC 2025
      105.8K bytes
      Cache
     
  3. label_ranking_loss — scikit-learn 1.7.2 documen...

    1 ], [ 1 , 0.2 , 0.1 ]] >>> label_ranking_loss...label_ranking_loss >>> y_true = [[ 1 , 0 , 0 ], [ 0 , 0 , 1 ]] >>> y_score = [[...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.label_ranking_loss.html
    Thu Sep 18 09:36:18 UTC 2025
      108.3K bytes
      Cache
     
  4. Gradient Boosting Out-of-Bag estimates — scikit...

    subsample < 1.0 ), the estimates are derived...y = random_state . binomial ( 1 , p , size = n_samples ) X = np...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_oob.html
    Thu Sep 18 09:36:17 UTC 2025
      112K bytes
      Cache
     
  5. pair_confusion_matrix — scikit-learn 1.7.2 docu...

    1 , 1 ], [ 1 , 1 , 0 , 0 ]) array([[8,...pair_confusion_matrix ([ 0 , 0 , 1 , 2 ], [ 0 , 0 , 1 , 1 ]) array([[8, 2],...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.cluster.pair_confusion_matrix.html
    Thu Sep 18 09:36:18 UTC 2025
      109.6K bytes
      Cache
     
  6. Gaussian Mixture Model Sine Curve — scikit-lear...

    1 , 1 + index ) for i , ( mean , covar...random . normal ( 0 , 0.1 ) X [ i , 1 ] = 3.0 * ( np . sin ( x...
    scikit-learn.org/stable/auto_examples/mixture/plot_gmm_sin.html
    Thu Sep 18 09:36:17 UTC 2025
      113.9K bytes
      Cache
     
  7. Gaussian Process for Machine Learning — scikit-...

    Examples concerning the sklearn.gaussian_process module. Ability of Gaussian process regression (GPR) to estimate data noise-level Comparison of kernel ridge and Gaussian process regression Forecas...
    scikit-learn.org/stable/auto_examples/gaussian_process/index.html
    Thu Sep 18 09:36:17 UTC 2025
      80.1K bytes
      Cache
     
  8. check_X_y — scikit-learn 1.7.2 documentation

    ensure_min_samples = 1 , ensure_min_features = 1 , y_numeric = False...>>> X = [[ 1 , 2 ], [ 3 , 4 ], [ 5 , 6 ]] >>> y = [ 1 , 2 , 3 ]...
    scikit-learn.org/stable/modules/generated/sklearn.utils.check_X_y.html
    Wed Sep 17 19:57:59 UTC 2025
      115.6K bytes
      Cache
     
  9. explained_variance_score — scikit-learn 1.7.2 d...

    1 ], [ - 1 , 1 ], [ 7 , - 6 ]] >>> y_pred...cross-validation). Added in version 1.1. Returns : score float or ndarray...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.explained_variance_score.html
    Thu Sep 18 09:36:17 UTC 2025
      114.9K bytes
      Cache
     
  10. Blind source separation using FastICA — scikit-...

    array ([[ 1 , 1 , 1 ], [ 0.5 , 2 , 1.0 ], [ 1.5 , 1.0 , 2.0 ]])...models , names ), 1 ): plt . subplot ( 4 , 1 , ii ) plt . title...
    scikit-learn.org/stable/auto_examples/decomposition/plot_ica_blind_source_separation.html
    Thu Sep 18 09:36:18 UTC 2025
      97K bytes
      Cache
     
Back to top