Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2171 - 2180 of 5,603 for * (1.59 sec)

  1. paired_distances scikit-learn 1.7.2 documenta...

    X = [[ 0 , 1 ], [ 1 , 1 ]] >>> Y = [[ 0 , 1 ], [ 2 , 1 ]] >>>...and Y. Compute the distances between (X[0], Y[0]), (X[1], Y[1]),...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.paired_distances.html
    Wed Sep 24 16:15:26 UTC 2025
      108.2K bytes
      Cache
     
  2. sklearn.multiclass scikit-learn 1.7.2 documen...

    learning algorithms. one-vs-the-rest / one-vs-all one-vs-one error correcting...OneVsRestClassifier One-vs-the-rest (OvR) multiclass strategy. OutputCodeClassifier...
    scikit-learn.org/stable/api/sklearn.multiclass.html
    Wed Sep 24 16:15:25 UTC 2025
      116.4K bytes
      Cache
     
  3. unique_labels scikit-learn 1.7.2 documentation

    unique_labels ([ 1 , 2 , 3 , 4 ], [ 2 , 2 , 3 , 4 ]) array([1, 2, 3, 4])...4]) >>> unique_labels ([ 1 , 2 , 10 ], [ 5 , 11 ]) array([ 1, 2,...
    scikit-learn.org/stable/modules/generated/sklearn.utils.multiclass.unique_labels.html
    Wed Sep 24 16:15:26 UTC 2025
      106.8K bytes
      Cache
     
  4. HTTP configuration options | APM Java Agent Ref...

    /favicon.ico, *.js, *.css, *.jpg, *.jpeg, *.png, *.gif, *.webp, *.svg,...characters. Examples: /foo/*/bar/*/baz* , *foo* . Matching is...
    www.elastic.co/guide/en/apm/agent/java/current/config-http.html
    Tue Apr 15 10:09:44 UTC 2025
      27.7K bytes
      Cache
     
  5. maxabs_scale scikit-learn 1.7.2 documentation

    independently array([[-1. , 0.5, 1. ], [-1. , 0. , 1. ]]) On this page...1. ], [-0.5, 0. , 0.5]]) >>> maxabs_scale ( X , axis = 1 ) #...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.maxabs_scale.html
    Wed Sep 24 16:15:25 UTC 2025
      109.8K bytes
      Cache
     
  6. inplace_row_scale scikit-learn 1.7.2 document...

    todense () matrix([[8, 1, 0, 0], [0, 0, 2, 0], [0, 0, 0, 5], [0, 0,...) >>> csr . todense () matrix([[16, 2, 0, 0], [ 0, 0, 6, 0],...
    scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.inplace_row_scale.html
    Wed Sep 24 16:15:25 UTC 2025
      108.6K bytes
      Cache
     
  7. sklearn.random_projection scikit-learn 1.7.2 ...

    Ctrl + K GitHub Choose version sklearn.random_projection # Random...the Johnson-Lindenstrauss lemma (quoting Wikipedia) : In mathematics,...
    scikit-learn.org/stable/api/sklearn.random_projection.html
    Wed Sep 24 16:15:25 UTC 2025
      116.4K bytes
      Cache
     
  8. The Johnson-Lindenstrauss bound for embedding w...

    Blues ( np . linspace ( 0.3 , 1.0 , len ( eps_range ))) # range of...= plt . cm . Blues ( np . linspace ( 0.3 , 1.0 , len ( n_samples_range...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_johnson_lindenstrauss_bound.html
    Wed Sep 24 16:15:25 UTC 2025
      119.8K bytes
      Cache
     
  9. Metadata Routing scikit-learn 1.7.2 documenta...

    None}, 'predict': {'groups': None}, 'score': {'sample_weight': None}}...False}, 'predict': {'groups': True}, 'score': {'sample_weight': False}}...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_metadata_routing.html
    Wed Sep 24 16:15:25 UTC 2025
      272.6K bytes
      Cache
     
  10. Precision-Recall scikit-learn 1.7.2 documenta...

    Parameters steps [('standardscaler', ...), ('linearsvc', ...)] transform_input...Pipeline(steps=[('standardscaler', StandardScaler()), ('linearsvc', Linear...
    scikit-learn.org/stable/auto_examples/model_selection/plot_precision_recall.html
    Wed Sep 24 16:15:26 UTC 2025
      151.3K bytes
      Cache
     
Back to top