Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 191 - 200 of 2,950 for 1 (0.12 sec)

  1. ARDRegression — scikit-learn 1.6.1 documentation

    [ 1 , 1 ], [ 2 , 2 ]], [ 0 , 1 , 2 ]) ARDRegression()...>>> clf . predict ([[ 1 , 1 ]]) array([1.]) fit ( X , y ) [source]...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ARDRegression.html
    Sat Apr 19 00:31:20 UTC 2025
      141.6K bytes
      Cache
     
  2. DecisionBoundaryDisplay — scikit-learn 1.6.1 do...

    Added in version 1.1. Parameters : xx0 ndarray of...iris . data [:, 1 ] . min (), iris . data [:, 1 ] . max ()) ......
    scikit-learn.org/stable/modules/generated/sklearn.inspection.DecisionBoundaryDisplay.html
    Sat Apr 19 00:31:22 UTC 2025
      151.7K bytes
      Cache
     
  3. SpectralCoclustering — scikit-learn 1.6.1 docum...

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...clustering . row_labels_ array([0, 1, 1, 0, 0, 0], dtype=int32) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.SpectralCoclustering.html
    Sat Apr 19 00:31:22 UTC 2025
      130.8K bytes
      Cache
     
  4. SGDRegressor — scikit-learn 1.6.1 documentation

    l1_ratio <= 1. l1_ratio=0 corresponds to L2 penalty, l1_ratio=1 to L1....True , verbose = 0 , epsilon = 0.1 , random_state = None , learning_rate...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDRegressor.html
    Sat Apr 19 00:31:20 UTC 2025
      168.4K bytes
      Cache
     
  5. silhouette_samples — scikit-learn 1.6.1 documen...

    The best value is 1 and the worst value is -1. Values near 0 indicate...2 <= n_labels <= n_samples - 1 . This function returns the Silhouette...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.silhouette_samples.html
    Sat Apr 19 00:31:20 UTC 2025
      112.7K bytes
      Cache
     
  6. LocallyLinearEmbedding — scikit-learn 1.6.1 doc...

    n_neighbors > n_components * (1 + (n_components + 1) / 2 . see reference...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.LocallyLinearEmbedding.html
    Sat Apr 19 00:31:21 UTC 2025
      137.2K bytes
      Cache
     
  7. BaggingRegressor — scikit-learn 1.6.1 documenta...

    max_samples = 1.0 , max_features = 1.0 , bootstrap = True...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.BaggingRegressor.html
    Sat Apr 19 00:31:21 UTC 2025
      148.7K bytes
      Cache
     
  8. Kernel — scikit-learn 1.6.1 documentation

    length_scale = 1.0 ): ... self . length_scale =...2.0 ) >>> X = np . array ([[ 1 , 2 ], [ 3 , 4 ]]) >>> print (...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Kernel.html
    Sat Apr 19 00:31:21 UTC 2025
      122.6K bytes
      Cache
     
  9. 3.1. Cross-validation: evaluating estimator per...

    3] [0 1] [1 3] [0 2] [1 2] [0 3] [0 3] [1 2] [0 2] [1 3] [0 1]...>>> y = [ 1 , 1 , 1 , 2 , 2 , 2 ] >>> groups = [ 1 , 1 , 2 , 2...
    scikit-learn.org/stable/modules/cross_validation.html
    Sat Apr 19 00:31:21 UTC 2025
      158.6K bytes
      1 views
      Cache
     
  10. SelectFromModel — scikit-learn 1.6.1 documentation

    [ - 1.34 , - 0.48 , - 2.55 ], ... [ 1.92 , 1.48 , 0.65...version 0.20. Changed in version 1.1: max_features accepts a callable....
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFromModel.html
    Sat Apr 19 00:31:21 UTC 2025
      149.7K bytes
      Cache
     
Back to top