Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 351 - 360 of 3,230 for 1 (0.33 sec)

  1. RFE — scikit-learn 1.7.1 documentation

    ranking_ array([1, 1, 1, 1, 1, 6, 4, 3, 2, 5]) decision_function...float, default=1 If greater than or equal to 1, then step corresponds...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFE.html
    Sat Aug 02 00:15:38 UTC 2025
      149.7K bytes
      Cache
     
  2. LassoLarsIC — scikit-learn 1.7.1 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
    Sat Aug 02 00:15:38 UTC 2025
      145.7K bytes
      Cache
     
  3. Binarizer — scikit-learn 1.7.1 documentation

    ( X ) array([[1., 0., 1.], [1., 0., 0.], [0., 1., 0.]]) fit (...= [[ 1. , - 1. , 2. ], ... [ 2. , 0. , 0. ], ... [ 0. , 1. , -...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.Binarizer.html
    Sat Aug 02 00:15:36 UTC 2025
      133.1K bytes
      Cache
     
  4. MLPRegressor — scikit-learn 1.7.1 documentation

    1 , beta_1 = 0.9 , beta_2 = 0.999 ,...sigmoid function, returns f(x) = 1 / (1 + exp(-x)). ‘tanh’, the hyperbolic...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html
    Sat Aug 02 00:15:36 UTC 2025
      163.1K bytes
      Cache
     
  5. 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...
    Sat Aug 02 00:15:36 UTC 2025
      141.5K bytes
      Cache
     
  6. MeanShift — scikit-learn 1.7.1 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
    Sat Aug 02 00:15:36 UTC 2025
      127.4K bytes
      Cache
     
  7. A demo of the Spectral Biclustering algorithm —...

    consensus score: 1.0 The score is between 0 and 1, where 1 corresponds...and adds 1 to each to ensure that the labels start from 1 instead...
    scikit-learn.org/stable/auto_examples/bicluster/plot_spectral_biclustering.html
    Sat Aug 02 00:15:37 UTC 2025
      102.7K bytes
      Cache
     
  8. Matern — scikit-learn 1.7.1 documentation

    kernel = 1.0 * Matern ( length_scale = 1.0 , nu = 1.5 ) >>> gpc...length_scale = 1.0 , length_scale_bounds = (1e-05, 100000.0) , nu = 1.5 )...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Matern.html
    Sat Aug 02 00:15:35 UTC 2025
      126.9K bytes
      Cache
     
  9. CalibrationDisplay — scikit-learn 1.7.1 documen...

    pos_label is set to 1. Added in version 1.1. name str, default=None...estimators.classes_[1] when using from_estimator and set to 1 when using...
    scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibrationDisplay.html
    Sat Aug 02 00:15:35 UTC 2025
      141.4K bytes
      Cache
     
  10. EllipticEnvelope — scikit-learn 1.7.1 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
    Sat Aug 02 00:15:38 UTC 2025
      146.3K bytes
      Cache
     
Back to top