Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 50 of 1,789 for 1 (0.06 sec)

  1. cluster_optics_dbscan — scikit-learn 1.5.0 docu...

    1, 1, 1]) Gallery examples # Demo of...compute_optics_graph >>> X = np . array ([[ 1 , 2 ], [ 2 , 5 ], [ 3 , 6 ], ......
    scikit-learn.org/stable/modules/generated/sklearn.cluster.cluster_optics_dbscan.html
    Fri May 31 14:06:06 UTC 2024
      118K bytes
      Cache
     
  2. make_column_selector — scikit-learn 1.5.0 docum...

    1. , 0. , 0. ], [-1.50755672, 1. , 0. , 0. ], [-0.30151134,...[-0.30151134, 0. , 1. , 0. ], [ 0.90453403, 0. , 0. , 1. ]]) __call__...
    scikit-learn.org/stable/modules/generated/sklearn.compose.make_column_selector.html
    Fri May 31 14:06:07 UTC 2024
      122.9K bytes
      Cache
     
  3. fetch_covtype — scikit-learn 1.5.0 documentation

    Added in version 1.5. delay float, default=1.0 Number of seconds...False , n_retries = 3 , delay = 1.0 ) [source] # Load the covertype...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_covtype.html
    Fri May 31 14:06:07 UTC 2024
      120.7K bytes
      Cache
     
  4. Version 1.1 — scikit-learn 1.6.dev0 documentation

    Version 1.1.0 # May 2022 Minimal dependencies # Version 1.1.0 of...#23273 by Thomas Fan . Version 1.1.1 # May 2022 Changelog # Enhancement...
    scikit-learn.org/dev/whats_new/v1.1.html
    Fri May 31 14:06:03 UTC 2024
      288.1K bytes
      Cache
      Similar Results (1)
     
  5. 3.4. Metrics and scoring: quantifying the quali...

    1 , 1 , 1 , 1 , 1 ] >>> y_pred = [ 0 , 1 , 0 , 1 , 0 ,..., 0 , 1 , 1 , 1 , 1 , 1 ] >>> y_pred = [ 0 , 1 , 0 , 1 , 0 ,...
    scikit-learn.org/dev/modules/model_evaluation.html
    Fri May 31 14:06:04 UTC 2024
      395.1K bytes
      Cache
      Similar Results (1)
     
  6. RepeatedKFold — scikit-learn 1.5.0 documentation

    array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]])...>>> y = np . array ([ 0 , 0 , 1 , 1 ]) >>> rkf = RepeatedKFold (...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedKFold.html
    Fri May 31 14:06:06 UTC 2024
      125K bytes
      Cache
     
  7. RBFSampler — scikit-learn 1.5.0 documentation

    [ 1 , 1 ], [ 1 , 0 ], [ 0 , 1 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>>...in version 1.2: The option "scale" was added in 1.2. n_components...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.RBFSampler.html
    Fri May 31 14:06:06 UTC 2024
      137K bytes
      Cache
     
  8. SVR — scikit-learn 1.5.0 documentation

    Added in version 1.1. n_support_ ndarray of shape (1,), dtype=int32..., tol = 0.001 , C = 1.0 , epsilon = 0.1 , shrinking = True ,...
    scikit-learn.org/stable/modules/generated/sklearn.svm.SVR.html
    Fri May 31 14:06:07 UTC 2024
      152.3K bytes
      Cache
     
  9. MaxAbsScaler — scikit-learn 1.5.0 documentation

    -1. , 1. ], [ 1. , 0. , 0. ], [ 0. , 1. , -0.5]]) fit...= [[ 1. , - 1. , 2. ], ... [ 2. , 0. , 0. ], ... [ 0. , 1. , -...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.MaxAbsScaler.html
    Fri May 31 14:06:07 UTC 2024
      137.2K bytes
      Cache
     
  10. GaussianNB — scikit-learn 1.5.0 documentation

    ([[ - 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.naive_bayes.GaussianNB.html
    Fri May 31 14:06:06 UTC 2024
      160.9K bytes
      Cache
     
Back to top