Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 271 - 280 of 2,631 for 2 (0.08 sec)

  1. KNNImputer — scikit-learn 1.5.2 documentation

    n_neighbors = 2 ) >>> imputer . fit_transform ( X ) array([[1. , 2. , 4....always 0 . Added in version 1.2. Attributes : indicator_ MissingIndicator...
    scikit-learn.org/stable/modules/generated/sklearn.impute.KNNImputer.html
    Wed Sep 18 20:56:25 UTC 2024
      132.9K bytes
      Cache
     
  2. 2.9. Neural network models (unsupervised) — sci...

    GitHub 2.9. Neural network models (unsupervised) # 2.9.1. Restricted...Gibbs sampling for inference. 2.9.1.2. Bernoulli Restricted Boltzmann...
    scikit-learn.org/stable/modules/neural_networks_unsupervised.html
    Wed Sep 18 20:56:25 UTC 2024
      40.6K bytes
      Cache
     
  3. extract_patches_2d — scikit-learn 1.5.2 documen...

    ( 2 , 2 )) >>> print ( 'Patches shape:...shape )) Patches shape: (272214, 2, 2, 3) >>> # Here are just two...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.image.extract_patches_2d.html
    Wed Sep 18 20:56:26 UTC 2024
      111.2K bytes
      Cache
     
  4. Older Versions — scikit-learn 1.5.2 documentation

    flyingimmidev 2 Francois Savard 2 Hannes Schulz 2 Peter Welinder 2 Yaroslav...Losi 2 Charles McCarthy 2 Roy Hyunjin Han 2 Scott White 2 ibayer...
    scikit-learn.org/stable/whats_new/older_versions.html
    Wed Sep 18 20:56:23 UTC 2024
      144.9K bytes
      Cache
      Similar Results (1)
     
  5. partial_dependence — scikit-learn 1.5.2 documen...

    2. feature_names array-like of shape...dataframe. Added in version 1.2. response_method {‘auto’, ‘predict_proba’,...
    scikit-learn.org/stable/modules/generated/sklearn.inspection.partial_dependence.html
    Wed Sep 18 20:56:23 UTC 2024
      126.8K bytes
      Cache
     
  6. RFE — scikit-learn 1.5.2 documentation

    2, 5]) property classes_ # Classes...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFE.html
    Wed Sep 18 20:56:25 UTC 2024
      147K bytes
      Cache
     
  7. 1.1. Linear Models — scikit-learn 1.5.2 documen...

    x_1 + w_2 x_2 + w_3 x_1 x_2 + w_4 x_1^2 + w_5 x_2^2\] The (sometimes...\([x_1, x_2]\) to \([1, x_1, x_2, x_1^2, x_1 x_2, x_2^2]\) , and...
    scikit-learn.org/stable/modules/linear_model.html
    Thu Sep 19 14:56:27 UTC 2024
      219.1K bytes
      Cache
     
  8. 7.2. Real world datasets — scikit-learn 1.5.2 d...

    2.2. The 20 newsgroups text dataset...Back to top Ctrl + K GitHub 7.2. Real world datasets # scikit-learn...
    scikit-learn.org/stable/datasets/real_world.html
    Wed Sep 18 20:56:23 UTC 2024
      100.1K bytes
      Cache
     
  9. 6.3. Preprocessing data — scikit-learn 1.5.2 do...

    2. , 1. , 0.1], [4.4, 2.2, 1.1, 0.1], [4.4, 2.2, 1.2, 0.1],...\((X_1, X_2)\) to \((1, X_1, X_2, X_1^2, X_1X_2, X_2^2)\) . In...
    scikit-learn.org/stable/modules/preprocessing.html
    Thu Sep 19 14:56:27 UTC 2024
      197.9K bytes
      Cache
     
  10. 6.7. Kernel Approximation — scikit-learn 1.5.2 ...

    \Lambda U_2^T \\ U_2 \Lambda U_1^T & U_2 \Lambda U_2^T \end{bmatrix}...\\ U_2\end{bmatrix} \Lambda \begin{bmatrix} U_1 \\ U_2 \end{bmatrix}^T...
    scikit-learn.org/stable/modules/kernel_approximation.html
    Wed Sep 18 20:56:23 UTC 2024
      61.3K bytes
      1 views
      Cache
     
Back to top