Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 411 - 420 of 2,898 for 1 (0.18 sec)

  1. CalibrationDisplay — scikit-learn 1.7.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
    Fri Jun 06 09:13:47 UTC 2025
      141.4K bytes
      Cache
     
  2. MLPRegressor — scikit-learn 1.7.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
    Fri Jun 06 09:13:46 UTC 2025
      163.6K bytes
      Cache
     
  3. 2.1. Gaussian mixture models — scikit-learn 1.7...

    1.1. Gaussian Mixture # The GaussianMixture...models using a finite mixture. 2.1.2.1. The Dirichlet Process # Here...
    scikit-learn.org/stable/modules/mixture.html
    Fri Jun 06 09:13:47 UTC 2025
      58.5K bytes
      Cache
     
  4. IsotonicRegression — scikit-learn 1.7.0 documen...

    1 , .2 ]) array([1.8628, 3.7256]) fit (...n_samples = 10 , n_features = 1 , random_state = 41 ) >>> iso_reg...
    scikit-learn.org/stable/modules/generated/sklearn.isotonic.IsotonicRegression.html
    Fri Jun 06 09:13:47 UTC 2025
      146K bytes
      Cache
     
  5. MinMaxScaler — scikit-learn 1.7.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
    Fri Jun 06 09:13:46 UTC 2025
      143.2K bytes
      Cache
     
  6. HDBSCAN — scikit-learn 1.7.0 documentation

    means 1 unless in a joblib.parallel_backend context. -1 means.... labels_ ) . tolist () [-1, 0, 1, 2, 3, 4, 5, 6, 7] dbscan_clustering...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.HDBSCAN.html
    Fri Jun 06 09:13:47 UTC 2025
      141.4K bytes
      Cache
     
  7. FeatureUnion — scikit-learn 1.7.0 documentation

    svd__n_components = 1 ) . fit_transform ( X ) array([[-1.5 , 3.04], [ 1.5 , 5.72]])...unchanged. Added in version 1.1: Added the option "passthrough"...
    scikit-learn.org/stable/modules/generated/sklearn.pipeline.FeatureUnion.html
    Fri Jun 06 09:13:47 UTC 2025
      134.5K bytes
      Cache
     
  8. IsolationForest example — scikit-learn 1.7.0 do...

    1 ], [ 0.7 , 0.4 ]]) cluster_1 = 0.4 * rng . randn...assigned a ground truth label 1 whereas the outliers (created...
    scikit-learn.org/stable/auto_examples/ensemble/plot_isolation_forest.html
    Fri Jun 06 09:13:46 UTC 2025
      125.9K bytes
      Cache
     
  9. Matern — scikit-learn 1.7.0 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
    Fri Jun 06 09:13:47 UTC 2025
      126.9K bytes
      Cache
     
  10. Feature agglomeration — scikit-learn 1.7.0 docu...

    - 1 )) connectivity = grid_to_graph...images . shape ) plt . figure ( 1 , figsize = ( 4 , 3.5 )) plt ....
    scikit-learn.org/stable/auto_examples/cluster/plot_digits_agglomeration.html
    Fri Jun 06 09:13:47 UTC 2025
      94.8K bytes
      Cache
     
Back to top