Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1111 - 1120 of 2,385 for 2 (0.07 sec)

  1. Release Highlights for scikit-learn 1.4 — sciki...

    2 Release Highlights for scikit-learn 1.2 Release Highlights...fetch_openml ( "adult" , version = 2 , return_X_y = True ) # Remove...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_4_0.html
    Wed Nov 05 14:36:33 UTC 2025
      176.2K bytes
      Cache
     
  2. Release Highlights for scikit-learn 1.3 — sciki...

    gamma ( shape = 2 , scale = np . exp ( X @ coef ) / 2 ) gbdt = HistGradientBoosting...] * 30 + [ 20.4 ] * 20 + [ 21.2 ] * 38 enc = TargetEncoder ( random_state...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_3_0.html
    Wed Nov 05 14:36:35 UTC 2025
      116.6K bytes
      Cache
     
  3. inplace_csr_row_normalize_l2 — scikit-learn 1.7...

    2 , 3 , 4 ]) >>> indices = np . array ([ 0 , 1 , 2 , 3 ])...>>> data = np . array ([ 1.0 , 2.0 , 3.0 , 4.0 ]) >>> X = csr_matrix...
    scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs_fast.inplace_csr_row_normaliz...
    Sat Nov 01 09:15:33 UTC 2025
      107.8K bytes
      Cache
     
  4. single_source_shortest_path_length — scikit-lea...

    2: 2} >>> graph = np . ones (( 6...h ( graph , 2 ) . items ()) [(0, 1), (1, 1), (2, 0), (3, 1),...
    scikit-learn.org/stable/modules/generated/sklearn.utils.graph.single_source_shortest_path_length....
    Sat Nov 01 09:15:34 UTC 2025
      108.5K bytes
      Cache
     
  5. MNIST classification using multinomial logistic...

    subplot ( 2 , 5 , i + 1 ) l1_plot . imshow...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_mnist.html
    Wed Nov 05 14:36:32 UTC 2025
      96.3K bytes
      Cache
     
  6. 移行 0.9.7.1 to 0.9.7.2 | DBFlute

    2 お約束の注意点 環境上の注意点 非等値の演算子が "!="...
    dbflute.seasar.org/ja/environment/upgrade/migration/migrate0971to0972.html
    Mon Sep 15 10:51:17 UTC 2025
      9.3K bytes
      Cache
     
  7. A demo of K-Means clustering on the handwritten...

    can use PCA to project into a 2-dimensional space and plot the...reduced_data = PCA ( n_components = 2 ) . fit_transform ( data ) kmeans...
    scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_digits.html
    Wed Nov 05 14:36:35 UTC 2025
      116.7K bytes
      Cache
     
  8. Nested versus non-nested cross-validation — sci...

    This example compares non-nested and nested cross-validation strategies on a classifier of the iris data set. Nested cross-validation (CV) is often used to train a model in which hyperparameters al...
    scikit-learn.org/stable/auto_examples/model_selection/plot_nested_cross_validation_iris.html
    Wed Nov 05 14:36:35 UTC 2025
      102.2K bytes
      Cache
     
  9. Comparison of the K-Means and MiniBatchKMeans c...

    2 ) for k , col in zip ( range (...
    scikit-learn.org/stable/auto_examples/cluster/plot_mini_batch_kmeans.html
    Wed Nov 05 14:36:35 UTC 2025
      105.8K bytes
      Cache
     
  10. Clustering text documents using k-means — sciki...

    moon like mission just Cluster 2: god jesus bible believe christian...) = plt . subplots ( ncols = 2 , figsize = ( 16 , 6 ), sharey...
    scikit-learn.org/stable/auto_examples/text/plot_document_clustering.html
    Wed Nov 05 14:36:32 UTC 2025
      150.2K bytes
      Cache
     
Back to top