Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1071 - 1080 of over 10,000 for * (3.35 seconds)

Filter
  1. sklearn.dummy — scikit-learn 1.8.0 documentation

    Dummy estimators that implement simple rules of thumb. User guide. See the Metrics and scoring: quantifying the quality of predictions section for further details.
    scikit-learn.org/stable/api/sklearn.dummy.html
    Mon Mar 23 20:39:23 UTC 2026
      12.3K bytes
      Cache
     
  2. SGDOneClassSVM — scikit-learn 1.8.0 documentation

    array ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ 1 , 1 ], [ 2 , 1 ]]) >>>...nu = 0.5 , fit_intercept = True , max_iter = 1000 , tol = 0.001...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDOneClassSVM.html
    Mon Mar 23 20:39:21 UTC 2026
      19.2K bytes
      Cache
     
  3. enet_path — scikit-learn 1.8.0 documentation

    array([[ 0., 0.787, 0.568], [ 0., 1.120, 0.620], [-0., -2.129,...-2.129, -1.128], [ 0., 23.046, 88.939], [ 0., 10.637, 41.566]]) Gallery...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.enet_path.html
    Mon Mar 23 20:39:23 UTC 2026
      15.4K bytes
      Cache
     
  4. jaccard_score — scikit-learn 1.8.0 documentation

    array ([[ 0 , 1 , 1 ], ... [ 1 , 1 , 0 ]]) >>> y_pred =...= np . array ([[ 1 , 1 , 1 ], ... [ 1 , 0 , 0 ]]) In the binary...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.jaccard_score.html
    Mon Mar 23 20:39:23 UTC 2026
      15.5K bytes
      Cache
     
  5. smacof — scikit-learn 1.8.0 documentation

    0.05 good, 0.1 fair, and 0.2 poor [1] . n_iter int The number...array ([[ 0 , 1 , 2 ], [ 1 , 0 , 3 ], [ 2 , 3 , 0 ]]) >>> dissimilarities...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.smacof.html
    Mon Mar 23 20:39:20 UTC 2026
      15.2K bytes
      Cache
     
  6. KernelRidge — scikit-learn 1.8.0 documentation

    alpha = 1.0 ) >>> krr . fit ( X , y ) KernelRidge(alpha=1.0) fit...shape (n_targets,), default=1.0 Regularization strength; must...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_ridge.KernelRidge.html
    Mon Mar 23 20:39:21 UTC 2026
      18.4K bytes
      Cache
     
  7. TfidfTransformer — scikit-learn 1.8.0 documenta...

    array([[1, 1, 1, 1, 0, 1, 0, 0], [1, 2, 0, 1, 1, 1, 0, 0], [1, 0,...0, 0, 1, 0, 1, 1, 1], [1, 1, 1, 1, 0, 1, 0, 0]]) >>> pipe [ 'tfid'...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.TfidfTransformer.html
    Mon Mar 23 20:39:23 UTC 2026
      18.4K bytes
      Cache
     
  8. LocallyLinearEmbedding — scikit-learn 1.8.0 doc...

    reg = 0.001 , eigen_solver = 'auto' , tol = 1e-06 , max_iter...max_iter = 100 , method = 'standard' , hessian_tol = 0.0001 , modified_tol...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.LocallyLinearEmbedding.html
    Mon Mar 23 20:39:21 UTC 2026
      17.6K bytes
      Cache
     
  9. SelectPercentile — scikit-learn 1.8.0 documenta...

    Added in version 0.18. percentile int, default=10 Percent of features...all strings. Added in version 1.0. See also f_classif ANOVA F-value...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectPercentile.html
    Mon Mar 23 20:39:23 UTC 2026
      17.1K bytes
      Cache
     
  10. VarianceThreshold — scikit-learn 1.8.0 document...

    X = [[ 0 , 2 , 0 , 3 ], [ 0 , 1 , 4 , 3 ], [ 0 , 1 , 1 , 3 ]]...fit_transform ( X ) array([[2, 0], [1, 4], [1, 1]]) fit ( X , y = None...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.VarianceThreshold.html
    Mon Mar 23 20:39:23 UTC 2026
      16K bytes
      Cache
     
Back to Top