Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1031 - 1040 of over 10,000 for 2 (0.23 seconds)

  1. Post-tuning the decision threshold for cost-sen...

    # (2) in Elkan paper [2]_. gain_matrix = np...metric" , ) axs [ 2 ] . legend () axs [ 2 ] . set_xlabel ( "Decision...
    scikit-learn.org/stable/auto_examples/model_selection/plot_cost_sensitive_learning.html
    Fri Nov 28 11:32:52 GMT 2025
      293.2K bytes
      Cache
     
  2. 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
    Fri Nov 28 11:32:55 GMT 2025
      92.9K bytes
      Cache
     
  3. t-SNE: The effect of various perplexity values ...

    2 sec S-curve, perplexity=50 in...n_samples = 150 n_components = 2 ( fig , subplots ) = plt . subplots...
    scikit-learn.org/stable/auto_examples/manifold/plot_t_sne_perplexity.html
    Fri Nov 28 11:32:52 GMT 2025
      109.6K bytes
      Cache
     
  4. Illustration of Gaussian process classification...

    2 ) Y = np . logical_xor ( X [:,...DotProduct ( sigma_0 = 1.0 ) ** 2 ] for i , kernel in enumerate...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpc_xor.html
    Fri Nov 28 11:32:55 GMT 2025
      97.6K bytes
      Cache
     
  5. Install IBM Cloud Pak for Data 5.2 on Red Hat O...

    2.0/cpd-cli-ppc64le-EE-14.2.0.tgz tar -xzvf ...cpd-cli-ppc64le-EE-14.2.0.tgz mv cpd-cli-ppc64le-EE-14.2.0*/* . rm -rf...
    developer.ibm.com/tutorials/install-cpd-4-on-ocp-48-on-powervs/
    Sat Nov 29 03:23:31 GMT 2025
      785.8K bytes
      Cache
     
  6. Custom refit strategy of a grid search with cro...

    This examples shows how a classifier is optimized by cross-validation, which is done using the GridSearchCV object on a development set that comprises only half of the available labeled data. The p...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_digits.html
    Fri Nov 28 11:32:52 GMT 2025
      136K bytes
      Cache
     
  7. Comparing Random Forests and Histogram Gradient...

    col = 2 ) fig . add_trace ( line_trace , row = 1 , col = 2 ) fig..." ) Number of physical cores: 2 Unlike RF, HGBT models offer an...
    scikit-learn.org/stable/auto_examples/ensemble/plot_forest_hist_grad_boosting_comparison.html
    Fri Nov 28 11:32:55 GMT 2025
      126.8K bytes
      Cache
     
  8. Concatenating multiple feature extraction metho...

    0s [CV 2/5; 2/18] START features__pca__n_components=1,...features__univ_select__k=1, svm__C=1 [CV 2/5; 2/18] END features__pca__n_components=1,...
    scikit-learn.org/stable/auto_examples/compose/plot_feature_union.html
    Fri Nov 28 11:32:54 GMT 2025
      109.8K bytes
      Cache
     
  9. Model selection with Probabilistic PCA and Fact...

    rand ( n_features ) + sigma / 2.0 X_hetero = X + rng . randn (...shrinkages = np . logspace ( - 2 , 0 , 30 ) cv = GridSearchCV (...
    scikit-learn.org/stable/auto_examples/decomposition/plot_pca_vs_fa_model_selection.html
    Fri Nov 28 11:32:52 GMT 2025
      110.5K bytes
      Cache
     
  10. Bisecting K-Means and Regular K-Means Performan...

    centers = 2 , random_state = random_state...
    scikit-learn.org/stable/auto_examples/cluster/plot_bisect_kmeans.html
    Fri Nov 28 11:32:52 GMT 2025
      90.2K bytes
      Cache
     
Back to Top