Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3571 - 3580 of 5,591 for * (2.59 sec)

  1. NuSVC scikit-learn 1.7.2 documentation

    ‘poly, rbf, sigmoid, precomputed} or callable, default=rbf’...NuSVC ( * , nu = 0.5 , kernel = 'rbf' , degree = 3 , gamma = 'scale'...
    scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVC.html
    Mon Sep 22 13:26:34 UTC 2025
      151.8K bytes
      Cache
     
  2. weighted_mode scikit-learn 1.7.2 documentation

    2 , 4 , 2 ] >>> weights = [ 1 , 1 , 1 , 1 , 1 , 1 ] >>> weighted_mode...weights = [ 1 , 3 , 0.5 , 1.5 , 1 , 2 ] # deweight the 4's >>> weighted_mode...
    scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.weighted_mode.html
    Mon Sep 22 13:26:35 UTC 2025
      108.4K bytes
      Cache
     
  3. TransformerTags scikit-learn 1.7.2 documentation

    transformer.transform(X) . If this list is empty, then the transformer...list[str], default=[float64] Applies only on transformers. It corresponds...
    scikit-learn.org/stable/modules/generated/sklearn.utils.TransformerTags.html
    Mon Sep 22 13:26:32 UTC 2025
      105K bytes
      Cache
     
  4. Elastic Observability Labs

    OpenTelemetry (EDOT) Now GA: Open-Source, Production-Ready OTel Elastic...language SDKs like Python, Java, .NET, and NodeJS. These help provide...
    www.elastic.co/observability-labs/blog/tag/apm
    Thu Sep 18 01:09:30 UTC 2025
      269.8K bytes
      Cache
     
  5. sklearn.preprocessing scikit-learn 1.7.2 docu...

    one-vs-all fashion. maxabs_scale Scale each feature to the [-1, 1]...scaling, centering, normalization, binarization, and more. User...
    scikit-learn.org/stable/api/sklearn.preprocessing.html
    Mon Sep 22 13:26:33 UTC 2025
      125.3K bytes
      Cache
     
  6. sigmoid_kernel scikit-learn 1.7.2 documentation

    = [[ 0 , 0 , 0 ], [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 ,..., 1 , 0 ]] >>> sigmoid_kernel ( X , Y ) array([[0.76, 0.76],...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.sigmoid_kernel.html
    Mon Sep 22 13:26:33 UTC 2025
      107.6K bytes
      Cache
     
  7. LeavePOut scikit-learn 1.7.2 documentation

    split ( X )): ... print ( f "Fold { i } :" ) ... print ( f " Train:...np . array ([[ 1 , 2 ], [ 3 , 4 ], [ 5 , 6 ], [ 7 , 8 ]]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeavePOut.html
    Mon Sep 22 13:26:32 UTC 2025
      116.4K bytes
      Cache
     
  8. nan_euclidean_distances scikit-learn 1.7.2 do...

    nan_euclidean_distances ( X , [[ 0 , 0 ]]) array([[1. ], [1.41421356]]) On this...is: \[\sqrt{\frac{4}{2}((3-1)^2 + (6-5)^2)}\] If all the coordinates...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.nan_euclidean_distances.html
    Mon Sep 22 13:26:35 UTC 2025
      110.9K bytes
      Cache
     
  9. paired_cosine_distances scikit-learn 1.7.2 do...

    = [[ 0 , 0 , 0 ], [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 ,..., 1 , 0 ]] >>> paired_cosine_distances ( X , Y ) array([0.5 ,...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.paired_cosine_distances.html
    Mon Sep 22 13:26:34 UTC 2025
      107.3K bytes
      Cache
     
  10. Feature importances with a forest of trees sc...

    model" ) ax . set_ylabel ( "Mean accuracy decrease" ) fig . tight_layout...random_state = 0 , shuffle = False , ) X_train , X_test , y_train , y_test...
    scikit-learn.org/stable/auto_examples/ensemble/plot_forest_importances.html
    Mon Sep 22 13:26:35 UTC 2025
      123.2K bytes
      Cache
     
Back to top