Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 801 - 810 of 2,642 for 2 (0.09 sec)

  1. zero_one_loss — scikit-learn 1.5.2 documentation

    2 , 3 , 4 ] >>> y_true = [ 2 , 2 , 3 , 4 ] >>>...], [ 1 , 1 ]]), np . ones (( 2 , 2 ))) 0.5 On this page Show Source...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.zero_one_loss.html
    Thu Sep 19 14:56:27 UTC 2024
      109.5K bytes
      Cache
     
  2. Plot the decision surfaces of ensembles of tree...

    2 , w_pad = 0.2 , pad = 2.5 ) plt . show ()...pair in ([ 0 , 1 ], [ 0 , 2 ], [ 2 , 3 ]): for model in models...
    scikit-learn.org/stable/auto_examples/ensemble/plot_forest_iris.html
    Thu Sep 19 14:56:27 UTC 2024
      109.8K bytes
      Cache
     
  3. 移行 1.1.1 to 1.1.2 | DBFlute

    2 お約束の注意点 環境上の注意点 実装上の注意点 区分値カラ...Fluteの内部都合のために生成されていました。 1.1.2 からは、その内部都合を解決したので生成されなくなりました。...
    dbflute.seasar.org/ja/environment/upgrade/migration/migrate111to112.html
    Tue Sep 17 12:05:05 UTC 2024
      7.2K bytes
      Cache
     
  4. calibration_curve — scikit-learn 1.5.2 document...

    2 , 0.3 , 0.4 , 0.65 , 0.7 , 0.8...1. ]) >>> prob_pred array([0.2 , 0.525, 0.85 ]) On this page...
    scikit-learn.org/stable/modules/generated/sklearn.calibration.calibration_curve.html
    Thu Sep 19 14:56:28 UTC 2024
      109.2K bytes
      Cache
     
  5. SGD: Maximum margin separating hyperplane — sci...

    centers = 2 , random_state = 0 , cluster_std...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_separating_hyperplane.html
    Thu Sep 19 14:56:26 UTC 2024
      86.1K bytes
      Cache
     
  6. Selecting the number of clusters with silhouett...

    and 2 columns fig , ( ax1 , ax2 ) = plt . subplots ( 1 , 2 ) fig...ambivalent in deciding between 2 and 4. Also from the thickness...
    scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_silhouette_analysis.html
    Thu Sep 19 14:56:26 UTC 2024
      100K bytes
      Cache
     
  7. Comparison of LDA and PCA 2D projection of Iris...

    the different samples on the 2 first principal components. Linear...target_names pca = PCA ( n_components = 2 ) X_r = pca . fit ( X ) . transform...
    scikit-learn.org/stable/auto_examples/decomposition/plot_pca_vs_lda.html
    Thu Sep 19 14:56:26 UTC 2024
      88.9K bytes
      Cache
     
  8. Gaussian Mixture Models — scikit-learn 1.5.2 do...

    Examples concerning the sklearn.mixture module. Concentration Prior Type Analysis of Variation Bayesian Gaussian Mixture Density Estimation for a Gaussian mixture GMM Initialization Methods GMM cov...
    scikit-learn.org/stable/auto_examples/mixture/index.html
    Thu Sep 19 14:56:28 UTC 2024
      79.8K bytes
      Cache
     
  9. sklearn.decomposition — scikit-learn 1.5.2 docu...

    Matrix decomposition algorithms. These include PCA, NMF, ICA, and more. Most of the algorithms of this module can be regarded as dimensionality reduction techniques. User guide. See the Decomposing...
    scikit-learn.org/stable/api/sklearn.decomposition.html
    Thu Sep 19 14:56:27 UTC 2024
      120.7K bytes
      Cache
     
  10. fetch_20newsgroups — scikit-learn 1.5.2 documen...

    Gallery examples: Biclustering documents with the Spectral Co-clustering algorithm Topic extraction with Non-negative Matrix Factorization and Latent Dirichlet Allocation Sample pipeline for text f...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups.html
    Thu Sep 19 14:56:28 UTC 2024
      118.8K bytes
      Cache
     
Back to top