Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 831 - 840 of 3,757 for 1 (0.1 sec)

  1. Developing scikit-learn estimators — scikit-lea...

    SGDClassifier ([[ 1 , 2 ], [ 2 , 3 ]], [ - 1 , 1 ]) # WRONG! Ideally,...be modified if param1 > 1 : param2 += 1 self . param1 = param1...
    scikit-learn.org/stable/developers/develop.html
    Tue Sep 16 14:38:55 UTC 2025
      108.6K bytes
      Cache
     
  2. Categorical Feature Support in Gradient Boostin...

    will need 4 splits: 1 split to isolate A , 1 split to isolate F...include = "number" ) . shape [ 1 ] print ( f "Number of samples:...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_categorical.html
    Wed Sep 17 19:58:00 UTC 2025
      125.4K bytes
      Cache
     
  3. 移行 0.9.4.1 to 0.9.5 | DBFlute

    1 to 0.9.5 お約束の注意点 環境上の注意点 実装上の注意点...
    dbflute.seasar.org/ja/environment/upgrade/migration/migrate0941to0950.html
    Mon Sep 15 10:51:17 UTC 2025
      6.2K bytes
      Cache
     
  4. Kernel Density Estimate of Species Distribution...

    subplot ( 1 , 2 , i + 1 ) # construct a kernel density...Returns ------- (xgrid, ygrid) : 1-D arrays The grid corresponding...
    scikit-learn.org/stable/auto_examples/neighbors/plot_species_kde.html
    Wed Sep 17 19:58:00 UTC 2025
      105.1K bytes
      Cache
     
  5. sklearn.gaussian_process — scikit-learn 1.7.2 d...

    kernel takes two kernels \(k_1\) and \(k_2\) and combines them...kernel takes two kernels \(k_1\) and \(k_2\) and combines them...
    scikit-learn.org/stable/api/sklearn.gaussian_process.html
    Wed Sep 17 19:58:00 UTC 2025
      121.6K bytes
      Cache
     
  6. Ridge coefficients as a function of the L2 Regu...

    random_state = 1 ) # Obtain the true coefficients...fig , axs = plt . subplots ( 1 , 2 , figsize = ( 20 , 6 )) coefs...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ridge_coeffs.html
    Wed Sep 17 19:57:58 UTC 2025
      103.3K bytes
      Cache
     
  7. sample_without_replacement — scikit-learn 1.7.2...

    1, 5, 0, 7]) On this page This Page...
    scikit-learn.org/stable/modules/generated/sklearn.utils.random.sample_without_replacement.html
    Wed Sep 17 19:57:58 UTC 2025
      108K bytes
      Cache
     
  8. Plot classification boundaries with different S...

    1 , 1 , 1 , 1 , 1 , 1 , 1 , 1 ]) # Plotting settings...], [ - 1.5 , - 1.0 ], [ - 1.4 , - 0.9 ], [ - 1.3 , - 1.2 ], [...
    scikit-learn.org/stable/auto_examples/svm/plot_svm_kernels.html
    Wed Sep 17 19:57:58 UTC 2025
      122.7K bytes
      Cache
     
  9. Statistical comparison of models using grid sea...

    \[t=\frac{\frac{1}{k \cdot r}\sum_{i=1}^{k}\sum_{j=1}^{r}x_{ij}}...p-values higher than 1 p_val = 1 if p_val > 1 else p_val pairwise_t_test...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_stats.html
    Wed Sep 17 19:57:59 UTC 2025
      192K bytes
      Cache
     
  10. Comparison of F-test and mutual information — s...

    follows: y = x_1 + sin(6 * pi * x_2) + 0.1 * N(0, 1), that is the...features x_1, x_2, x_3 distributed uniformly over [0, 1], the target...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_f_test_vs_mi.html
    Wed Sep 17 19:58:00 UTC 2025
      91.6K bytes
      Cache
     
Back to top