Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 61 - 70 of 3,458 for 1 (0.15 sec)

  1. 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
    Mon Jun 10 22:40:14 UTC 2024
      159K bytes
      Cache
     
  2. RobustScaler — scikit-learn 1.5.0 documentation

    [[ 1. , - 2. , 2. ], ... [ - 2. , 1. , 3. ], ... [ 4. , 1. ,..., -2. , 0. ], [-1. , 0. , 0.4], [ 1. , 0. , -1.6]]) fit ( X ,...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.RobustScaler.html
    Tue Jun 11 18:07:58 UTC 2024
      139.9K bytes
      Cache
     
  3. 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
    Tue Jun 11 18:07:58 UTC 2024
      147.2K bytes
      Cache
     
  4. OutputCodeClassifier — scikit-learn 1.5.0 docum...

    means 1 unless in a joblib.parallel_backend context. -1 means...( estimator , * , code_size = 1.5 , random_state = None , n_jobs...
    scikit-learn.org/stable/modules/generated/sklearn.multiclass.OutputCodeClassifier.html
    Tue Jun 11 18:07:58 UTC 2024
      138.2K bytes
      Cache
     
  5. 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
    Tue Jun 11 18:07:58 UTC 2024
      151.9K bytes
      Cache
     
  6. Version 1.5 — scikit-learn 1.6.dev0 documentation

    Version 1.5.1 # TODO Changelog # sklearn.metrics...be dropped in scikit-learn 1.6. The 1.5.x releases will support...
    scikit-learn.org/dev/whats_new/v1.5.html
    Tue Jun 11 18:07:57 UTC 2024
      128.1K bytes
      Cache
     
  7. MLPRegressor — scikit-learn 1.5.0 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
    Mon Jun 10 22:40:13 UTC 2024
      156.2K bytes
      Cache
     
  8. CalibrationDisplay — scikit-learn 1.5.0 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
    Tue Jun 11 18:07:59 UTC 2024
      145.4K bytes
      Cache
     
  9. 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
    Tue Jun 11 18:07:59 UTC 2024
      187K bytes
      Cache
     
  10. MinMaxScaler — scikit-learn 1.5.0 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
    Tue Jun 11 18:07:59 UTC 2024
      147.4K bytes
      Cache
     
Back to top