Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 101 - 110 of 2,595 for 1 (0.13 sec)

  1. KNeighborsTransformer — scikit-learn 1.5.0 docu...

    () array([[1., 0., 1.], [0., 1., 1.], [1., 0., 1.]]) set_output...bors=1) >>> print ( neigh . kneighbors ([[ 1. , 1. , 1. ]]))...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsTransformer.html
    Fri May 24 12:15:00 UTC 2024
      151.6K bytes
      Cache
     
  2. QuadraticDiscriminantAnalysis — scikit-learn 1....

    ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...2 , 1 ], [ 3 , 2 ]]) >>> y = np . array ([ 1 , 1 , 1 , 2 , 2...
    scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.QuadraticDiscriminantAnal...
    Fri May 24 12:15:01 UTC 2024
      147K bytes
      Cache
     
  3. MeanShift — scikit-learn 1.5.0 documentation

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...clustering . labels_ array([1, 1, 1, 0, 0, 0]) >>> clustering ....
    scikit-learn.org/stable/modules/generated/sklearn.cluster.MeanShift.html
    Fri May 24 12:15:00 UTC 2024
      132.7K bytes
      Cache
     
  4. RFE — scikit-learn 1.5.0 documentation

    ranking_ array([1, 1, 1, 1, 1, 6, 4, 3, 2, 5]) property...float, default=1 If greater than or equal to 1, then step corresponds...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFE.html
    Fri May 24 12:15:00 UTC 2024
      153.5K bytes
      Cache
     
  5. EllipticEnvelope — scikit-learn 1.5.0 documenta...

    n_features + 1) / 2 * n_samples . Range is (0, 1). contamination...>>> # predict returns 1 for an inlier and -1 for an outlier >>>...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.EllipticEnvelope.html
    Fri May 24 12:15:01 UTC 2024
      157.2K bytes
      Cache
     
  6. BayesianGaussianMixture — scikit-learn 1.5.0 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
    Wed May 22 15:20:05 UTC 2024
      159K bytes
      Cache
     
  7. HDBSCAN — scikit-learn 1.5.0 documentation

    -1, ..., -1, -1, -1]) dbscan_clustering (...version 1.4: The 'kdtree' option was deprecated in version 1.4, and...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.HDBSCAN.html
    Fri May 24 12:15:00 UTC 2024
      147.2K bytes
      Cache
     
  8. KFold — scikit-learn 1.5.0 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
    Fri May 24 12:15:00 UTC 2024
      129.2K bytes
      Cache
     
  9. LassoLarsIC — scikit-learn 1.5.0 documentation

    [ - 1 , 1 ], [ 0 , 0 ], [ 1 , 1 ], [ 2 , 2 ]] >>>...fit_intercept . Added in version 1.1. Attributes : coef_ array-like...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsIC.html
    Fri May 24 12:15:00 UTC 2024
      151.9K bytes
      Cache
     
  10. GradientBoostingClassifier — scikit-learn 1.5.0...

    1 , n_estimators = 100 , subsample = 1.0 , criterion...in the range [1, inf) . subsample float, default=1.0 The fraction...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingClassifier.html
    Fri May 24 12:15:00 UTC 2024
      187K bytes
      Cache
     
Back to top