Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 71 - 80 of 2,946 for 1 (0.22 sec)

  1. OneVsOneClassifier — scikit-learn 1.6.1 documen...

    1, 0, 2, 0, 2, 0, 1, 1, 1]) decision_function...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsOneClassifier.html
    Thu Apr 17 23:17:18 UTC 2025
      143.6K bytes
      Cache
     
  2. SparseRandomProjection — scikit-learn 1.6.1 doc...

    with probability 1 / 2s 0 with probability 1 - 1 / s +sqrt(s) /...Added in version 1.1. density_ float in range 0.0 - 1.0 Concrete density...
    scikit-learn.org/stable/modules/generated/sklearn.random_projection.SparseRandomProjection.html
    Thu Apr 17 23:17:18 UTC 2025
      136.2K bytes
      Cache
     
  3. HistGradientBoostingRegressor — scikit-learn 1....

    scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...version 1.1: Added option ‘quantile’. Changed in version 1.3: Added...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.HistGradientBoostingRegressor.html
    Thu Apr 17 23:17:16 UTC 2025
      171.7K bytes
      Cache
     
  4. DummyClassifier — scikit-learn 1.6.1 documentation

    ([ - 1 , 1 , 1 , 1 ]) >>> y = np . array ([ 0 , 1 , 1 , 1 ]) >>>...dummy_clf . predict ( X ) array([1, 1, 1, 1]) >>> dummy_clf . score (...
    scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyClassifier.html
    Thu Apr 17 23:17:16 UTC 2025
      142.7K bytes
      Cache
     
  5. CalibrationDisplay — scikit-learn 1.6.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
    Thu Apr 17 23:17:18 UTC 2025
      140.6K bytes
      Cache
     
  6. BisectingKMeans — scikit-learn 1.6.1 documentation

    array ([[ 1 , 1 ], [ 10 , 1 ], [ 3 , 1 ], ... [ 10 , 0...scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Bisecting...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.BisectingKMeans.html
    Thu Apr 17 23:17:16 UTC 2025
      152.2K bytes
      Cache
     
  7. BayesianRidge — scikit-learn 1.6.1 documentation

    [ 1 , 1 ], [ 2 , 2 ]], [ 0 , 1 , 2 ]) BayesianRidge()...>>> clf . predict ([[ 1 , 1 ]]) array([1.]) fit ( X , y , sample_weight...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.BayesianRidge.html
    Thu Apr 17 23:17:18 UTC 2025
      149.9K bytes
      Cache
     
  8. DBSCAN — scikit-learn 1.6.1 documentation

    1, 1, -1]) >>> clustering DBSCAN(eps=3,...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.DBSCAN.html
    Thu Apr 17 23:17:16 UTC 2025
      136K bytes
      Cache
     
  9. GradientBoostingClassifier — scikit-learn 1.6.1...

    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
    Thu Apr 17 23:17:16 UTC 2025
      181.9K bytes
      Cache
     
  10. MinMaxScaler — scikit-learn 1.6.1 documentation

    data = [[ - 1 , 2 ], [ - 0.5 , 6 ], [ 0 , 10 ], [ 1 , 18 ]] >>>...0. ] [0.25 0.25] [0.5 0.5 ] [1. 1. ]] >>> print ( scaler . transform...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.MinMaxScaler.html
    Thu Apr 17 23:17:16 UTC 2025
      143.7K bytes
      Cache
     
Back to top