Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 281 - 290 of over 10,000 for 1 (0.64 seconds)

  1. KernelPCA — scikit-learn 1.8.0 documentation

    coef0 = 1 , kernel_params = None , alpha = 1.0 , fit_inverse_transform...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.KernelPCA.html
    Mon Feb 23 17:51:56 GMT 2026
      148K bytes
      Cache
     
  2. LabelBinarizer — scikit-learn 1.8.0 docum...

    array([[1, 0, 0], [0, 1, 0], [0, 0, 1], [0, 1, 0]]) fit ( y )...fit ( np . array ([[ 0 , 1 , 1 ], [ 1 , 0 , 0 ]])) LabelBinarizer()...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.LabelBinarizer.html
    Mon Feb 23 17:51:57 GMT 2026
      136K bytes
      Cache
     
  3. MaxAbsScaler — scikit-learn 1.8.0 documen...

    -1. , 1. ], [ 1. , 0. , 0. ], [ 0. , 1. , -0.5]]) fit...= [[ 1. , - 1. , 2. ], ... [ 2. , 0. , 0. ], ... [ 0. , 1. , -...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.MaxAbsScaler.html
    Mon Feb 23 17:51:57 GMT 2026
      133.1K bytes
      Cache
     
  4. fbeta_score — scikit-learn 1.8.0 document...

    1 , 2 , 0 , 1 , 2 ] >>> y_pred = [ 0 , 2 , 1 , 0...beta > 1 gives more weight to recall, while beta < 1 favors...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.fbeta_score.html
    Mon Feb 23 17:51:56 GMT 2026
      125.5K bytes
      Cache
     
  5. NearestNeighbors — scikit-learn 1.8.0 doc...

    () array([[1., 0., 1.], [0., 1., 1.], [1., 0., 1.]]) radius_neighbors...() array([[1., 0., 1.], [0., 1., 0.], [1., 0., 1.]]) set_params...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestNeighbors.html
    Mon Feb 23 17:51:57 GMT 2026
      152.2K bytes
      Cache
     
  6. d2_brier_score — scikit-learn 1.8.0 docum...

    y_true in {-1, 1} or {0, 1}, pos_label defaults to 1; else if y_true...explained. Best possible score is 1.0 and it can be negative because...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_brier_score.html
    Mon Feb 23 17:51:57 GMT 2026
      109.5K bytes
      Cache
     
  7. polynomial_kernel — scikit-learn 1.8.0 do...

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0..., degree = 2 ) array([[1. , 1. ], [1.77, 2.77]]) On this page...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.polynomial_kernel.html
    Mon Feb 23 17:51:57 GMT 2026
      108.5K bytes
      Cache
     
  8. PredefinedSplit — scikit-learn 1.8.0 docu...

    1 , 1 ]) >>> test_fold = [ 0 , 1 , - 1 , 1 ] >>>...PredefinedSplit(test_fold=array([ 0, 1, -1, 1])) >>> for i , (...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.PredefinedSplit.html
    Mon Feb 23 17:51:57 GMT 2026
      116.5K bytes
      Cache
     
  9. paired_manhattan_distances — scikit-learn...

    array ([[ 1 , 1 , 0 ], [ 0 , 1 , 0 ], [ 0 , 0 , 1 ]]) >>>...calculated between (X[0], Y[0]), (X[1], Y[1]), …, (X[n_samples], Y[n_samples])....
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.paired_manhattan_distances.html
    Mon Feb 23 17:51:57 GMT 2026
      108.2K bytes
      Cache
     
  10. RBFSampler — scikit-learn 1.8.0 documenta...

    [ 1 , 1 ], [ 1 , 0 ], [ 0 , 1 ]] >>> y...version 1.2: The option "scale" was added in 1.2. n_components...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.RBFSampler.html
    Mon Feb 23 17:51:57 GMT 2026
      131.6K bytes
      Cache
     
Back to Top