Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1091 - 1100 of over 10,000 for 2 (2.48 seconds)

  1. kmeans_plusplus — scikit-learn 1.8.0 docu...

    2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 10 , 2 ], [ 10 , 4...array([[10, 2], [ 1, 0]]) >>> indices array([3, 2]) Gallery...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.kmeans_plusplus.html
    Mon Jan 26 11:09:14 GMT 2026
      111.7K bytes
      Cache
     
  2. How to deploy NLP: Text embeddings and vector s...

    predicted dense vector as the result: 2. Loading initial data As mentioned...question) (1), Highly Relevant (2), and Perfectly Relevant (3)....
    www.elastic.co/search-labs/blog/how-to-deploy-nlp-text-embeddings-and-vector-search
    Mon Jan 26 02:18:07 GMT 2026
      232.1K bytes
      Cache
     
  3. RobustScaler — scikit-learn 1.8.0 documen...

    - 2. , 2. ], ... [ - 2. , 1. , 3. ], ... [ 4. , 1. , - 2. ]]...transform ( X ) array([[ 0. , -2. , 0. ], [-1. , 0. , 0.4], [ 1....
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.RobustScaler.html
    Mon Jan 26 14:16:33 GMT 2026
      136.3K bytes
      Cache
     
  4. ParameterSampler — scikit-learn 1.8.0 doc...

    'a' : 2 }, ... { 'b' : 1.038159 , 'a' : 2 }] True...param_grid = { 'a' :[ 1 , 2 ], 'b' : expon ()} >>>...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ParameterSampler.html
    Mon Jan 26 14:16:33 GMT 2026
      111.3K bytes
      Cache
     
  5. NearestCentroid — scikit-learn 1.8.0 docu...

    [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2 , 1 ], [ 3...3 , 2 ]]) >>> y = np . array ([ 1 , 1 , 1 , 2 , 2 , 2...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html
    Mon Jan 26 14:16:29 GMT 2026
      136.9K bytes
      Cache
     
  6. mean_absolute_error — scikit-learn 1.8.0 ...

    2 , 7 ] >>> y_pred = [ 2.5 , 0.0 , 2 , 8 ] >>>...>>> y_pred = [[ 0 , 2 ], [ - 1 , 2 ], [ 8 , - 5 ]] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_absolute_error.html
    Mon Jan 26 11:09:17 GMT 2026
      113.3K bytes
      Cache
     
  7. mean_squared_error — scikit-learn 1.8.0 d...

    2 , 7 ] >>> y_pred = [ 2.5 , 0.0 , 2 , 8 ] >>>...>>> y_pred = [[ 0 , 2 ],[ - 1 , 2 ],[ 8 , - 5 ]] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_squared_error.html
    Mon Jan 26 11:09:12 GMT 2026
      116.9K bytes
      Cache
     
  8. hamming_loss — scikit-learn 1.8.0 documen...

    2 , 3 , 4 ] >>> y_true = [ 2 , 2 , 3 , 4 ]...[ 1 , 1 ]]), np . zeros (( 2 , 2 ))) 0.75 Gallery examples #...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.hamming_loss.html
    Mon Jan 26 11:09:14 GMT 2026
      112.7K bytes
      Cache
     
  9. johnson_lindenstrauss_min_dim — scikit-le...

    v||^2 < ||p(u) - p(v)||^2 < (1 + eps) ||u - v||^2 Where...>= 4 log(n_samples) / (eps^2 / 2 - eps^3 / 3) Note that the number...
    scikit-learn.org/stable/modules/generated/sklearn.random_projection.johnson_lindenstrauss_min_dim...
    Mon Jan 26 14:16:29 GMT 2026
      111.4K bytes
      Cache
     
  10. Selecting the number of clusters with silhouett...

    and 2 columns fig , ( ax1 , ax2 ) = plt . subplots ( 1 , 2 ) fig...ambivalent in deciding between 2 and 4. Also from the thickness...
    scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_silhouette_analysis.html
    Mon Jan 26 11:09:17 GMT 2026
      104K bytes
      Cache
     
Back to Top