Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1001 - 1010 of 9,549 for 2 (0.27 seconds)

Filter
  1. dict_learning — scikit-learn 1.8.0 documentation

    X_hat - X ) ** 2 , axis = 1 ) / np . sum ( X ** 2 , axis = 1 ))...argmin 0.5 || X - U V || _Fro ^ 2 + alpha * || U || _1 , 1 ( U ,...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.dict_learning.html
    Mon Mar 23 20:39:21 UTC 2026
      15K bytes
      Cache
     
  2. Multiclass Receiver Operating Characteristic (R...

    This can be done in 2 different ways: the One-vs-Rest...linearly separable from the other 2; the latter are not linearly separable...
    scikit-learn.org/stable/auto_examples/model_selection/plot_roc.html
    Mon Mar 23 20:39:22 UTC 2026
      22.7K bytes
      Cache
     
  3. Quick Start Guide

    10 or later Docker Compose 2.0 or later Step 1: Download the...ompose-opensearch3.yaml Step 2: Start the containers docker compose...
    fess.codelibs.org/quick-start.html
    Mon Mar 23 02:59:02 UTC 2026
      25.9K bytes
      Cache
     
  4. Comparison between grid search and successive h...

    1e-2 , 1e-3 , 1e-4 , 1e-5 , 1e-6 ,...param_grid = param_grid , factor = 2 , random_state = rng ) gsh . fit...
    scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_heatmap.html
    Mon Mar 23 20:39:22 UTC 2026
      17K bytes
      Cache
     
  5. RBF — scikit-learn 1.8.0 documentation

    x_j)^2}{2l^2} \right)\] where \(l\) is the...very smooth. See [2] , Chapter 4, Section 4.2, for further details...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.RBF.html
    Mon Mar 23 20:39:21 UTC 2026
      17.2K bytes
      Cache
     
  6. _safe_indexing — scikit-learn 1.8.0 documentation

    2 ], [ 3 , 4 ], [ 5 , 6 ]]) >>>...select the first row array([1, 2]) >>> _safe_indexing ( data ,...
    scikit-learn.org/stable/modules/generated/sklearn.utils._safe_indexing.html
    Mon Mar 23 20:39:21 UTC 2026
      13.5K bytes
      Cache
     
  7. Label Propagation digits: Demonstrating perform...

    RandomState ( 2 ) indices = np . arange ( len...1.00 1.00 27 1 0.82 1.00 0.90 37 2 1.00 0.86 0.92 28 3 1.00 0.80...
    scikit-learn.org/stable/auto_examples/semi_supervised/plot_label_propagation_digits.html
    Mon Mar 23 20:39:20 UTC 2026
      16.7K bytes
      Cache
     
  8. Understanding the decision tree structure — sci...

    3] = 2.4) > 0.800000011920929) decision node 2 : (X_test[0,...min_samples_split: int or float, default=2 The minimum number of samples...
    scikit-learn.org/stable/auto_examples/tree/plot_unveil_tree_structure.html
    Mon Mar 23 20:39:20 UTC 2026
      27.5K bytes
      Cache
     
  9. MinMaxScaler — scikit-learn 1.8.0 documentation

    transform ([[ 2 , 2 ]])) [[1.5 0. ]] fit ( X , y...MinMaxScaler >>> data = [[ - 1 , 2 ], [ - 0.5 , 6 ], [ 0 , 10 ],...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.MinMaxScaler.html
    Mon Mar 23 20:39:21 UTC 2026
      18.8K bytes
      Cache
     
  10. pairwise_distances_chunked — scikit-learn 1.8.0...

    2 >>> def reduce_func ( D_chunk...[array([0, 3]), array([1]), array([2]), array([0, 3]), array([4])]...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise_distances_chunked.html
    Mon Mar 23 20:39:20 UTC 2026
      15K bytes
      Cache
     
Back to Top