Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 981 - 990 of over 10,000 for 2 (0.35 seconds)

  1. Varying regularization in Multi-layer Perceptro...

    n_features = 2 , n_redundant = 0 , n_informative = 2 , random_state.... random . RandomState ( 2 ) X += 2 * rng . uniform ( size =...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_mlp_alpha.html
    Sat Nov 29 17:35:25 GMT 2025
      109.1K bytes
      Cache
     
  2. Permutation Importance with Multicollinear or C...

    n_jobs = 2 ) perm_sorted_idx = result . importances_mean...score ( X_test , y_test ) : .2 } " ) Baseline accuracy on...
    scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance_multicollinear.html
    Sat Nov 29 17:35:26 GMT 2025
      117.4K bytes
      Cache
     
  3. Effect of transforming the targets in regressio...

    subplots ( 2 , 2 , sharey = "row" ,...ax1 ) = plt . subplots ( 1 , 2 ) ax0 . hist ( y , bins = 100...
    scikit-learn.org/stable/auto_examples/compose/plot_transformed_target.html
    Sat Nov 29 17:35:25 GMT 2025
      125.3K bytes
      Cache
     
  4. Column Transformer with Heterogeneous Data Sour...

    We will only use posts from 2 categories to speed up running...empty ( shape = ( len ( posts ), 2 ), dtype = object ) for i , text...
    scikit-learn.org/stable/auto_examples/compose/plot_column_transformer.html
    Sat Nov 29 17:35:26 GMT 2025
      107.7K bytes
      Cache
     
  5. SVM: Maximum margin separating hyperplane &#821...

    centers = 2 , random_state = 6 ) # fit the...
    scikit-learn.org/stable/auto_examples/svm/plot_separating_hyperplane.html
    Sat Nov 29 17:35:25 GMT 2025
      87.7K bytes
      Cache
     
  6. Recursive feature elimination with cross-valida...

    The introduction of 2 additional redundant (i.e. correlated)...n_informative = 3 , n_redundant = 2 , n_repeated = 0 , n_classes =...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_rfe_with_cross_validation.html
    Sat Nov 29 17:35:25 GMT 2025
      98.7K bytes
      Cache
     
  7. 模範解答的なセクション 2 | DBFlute

    模範解答的なセクション 2 概要 このセクションでの登場人物 模範解答的な実装 概要 DBFluteハンズオン、セクション 2 の模範解答的な実装です。...の模範解答的な実装です。 ハンズオンセクション 2 正解は一つではありませんので、あくまで "的な" というところで、参考までに。...
    dbflute.seasar.org/ja/tutorial/handson/flower/flower02.html
    Tue Nov 25 07:28:16 GMT 2025
      11.8K bytes
      Cache
     
  8. Pipelining: chaining a PCA and a logistic regre...

    n_jobs = 2 ) search . fit ( X_digits , y_digits...) = plt . subplots ( nrows = 2 , sharex = True , figsize = (...
    scikit-learn.org/stable/auto_examples/compose/plot_digits_pipe.html
    Sat Nov 29 17:35:25 GMT 2025
      97.2K bytes
      Cache
     
  9. Image denoising using kernel PCA — scikit...

    (( X_test - X_test_noisy ) ** 2 ) : .2f } " ) Learn the PCA...X_test - X_reconstructed_pca ) ** 2 ) : .2f } " , ) plot_digits...
    scikit-learn.org/stable/auto_examples/applications/plot_digits_denoising.html
    Sat Nov 29 17:35:25 GMT 2025
      102.6K bytes
      Cache
     
  10. Crafting a minimal reproducer for scikit-learn ...

    n_features = 2 , n_redundant = 0 , n_informative = 2 , n_clusters_per_class...n_features ) y = rng . randint ( 0 , 2 , n_samples ) # binary target...
    scikit-learn.org/stable/developers/minimal_reproducer.html
    Sat Nov 29 17:35:25 GMT 2025
      62.3K bytes
      Cache
     
Back to Top