Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 921 - 930 of over 10,000 for 2 (0.23 seconds)

  1. Face completion with a multi-output estimators ...

    n_pixels // 2 :] X_test = test [:, : ( n_pixels + 1 ) // 2 ] y_test.... figure ( figsize = ( 2.0 * n_cols , 2.26 * n_faces )) plt ....
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_multioutput_face_completion.html
    Fri Nov 28 11:32:55 GMT 2025
      99.2K bytes
      Cache
     
  2. OOB Errors for Random Forests — scikit-le...

    The RandomForestClassifier is trained using bootstrap aggregation, where each new tree is fit from a bootstrap sample of the training observations z_i = (x_i, y_i). The out-of-bag(OOB) error is the...
    scikit-learn.org/stable/auto_examples/ensemble/plot_ensemble_oob.html
    Fri Nov 28 11:32:54 GMT 2025
      93.9K bytes
      Cache
     
  3. An example of K-Means++ initialization — ...

    An example to show the output of the sklearn.cluster.kmeans_plusplus function for generating initial seeds for clustering. K-Means++ is used as the default initialization for K-means. Total running...
    scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_plusplus.html
    Fri Nov 28 11:32:52 GMT 2025
      88.2K bytes
      Cache
     
  4. Demo of DBSCAN clustering algorithm — sci...

    DBSCAN (Density-Based Spatial Clustering of Applications with Noise) finds core samples in regions of high density and expands clusters from them. This algorithm is good for data which contains clu...
    scikit-learn.org/stable/auto_examples/cluster/plot_dbscan.html
    Fri Nov 28 11:32:55 GMT 2025
      103K bytes
      Cache
     
  5. Plot Hierarchical Clustering Dendrogram —...

    This example plots the corresponding dendrogram of a hierarchical clustering using AgglomerativeClustering and the dendrogram method available in scipy. Total running time of the script:(0 minutes ...
    scikit-learn.org/stable/auto_examples/cluster/plot_agglomerative_dendrogram.html
    Fri Nov 28 11:32:52 GMT 2025
      89.5K bytes
      Cache
     
  6. Comparing Linear Bayesian Regressors — sc...

    This example compares two different bayesian regressors: a Automatic Relevance Determination - ARD, a Bayesian Ridge Regression. In the first part, we use an Ordinary Least Squares(OLS) model as a ...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ard.html
    Fri Nov 28 11:32:52 GMT 2025
      120.3K bytes
      Cache
     
  7. 11. Common pitfalls and recommended practices &...

    2.2. Data leakage during pre-processing..., test ) [0 3 5 6 7] [1 2 4 8 9] [1 2 4 8 9] [0 3 5 6 7] >>>...
    scikit-learn.org/stable/common_pitfalls.html
    Fri Nov 28 11:32:52 GMT 2025
      102.9K bytes
      Cache
     
  8. Manifold Learning methods on a severed sphere &...

    2 sec MDS: 0.79 sec Spectral Embedding:...projections with matplotlib < 3.2 import mpl_toolkits.mplot3d #...
    scikit-learn.org/stable/auto_examples/manifold/plot_manifold_sphere.html
    Fri Nov 28 11:32:55 GMT 2025
      118.9K bytes
      Cache
     
  9. Selecting dimensionality reduction with Pipelin...

    ] ) N_FEATURES_OPTIONS = [ 2 , 4 , 8 ] C_OPTIONS = [ 1 , 10...'reduce_dim__n_components': [2, 4, 8]}, {'classify__C':...
    scikit-learn.org/stable/auto_examples/compose/plot_compare_reduction.html
    Sat Nov 29 05:08:37 GMT 2025
      135.6K bytes
      Cache
     
  10. Plotting Learning Curves and Checking Models’ S...

    subplots ( nrows = 2 , ncols = 2 , figsize = ( 16 , 12 ),...subplots ( nrows = 1 , ncols = 2 , figsize = ( 10 , 6 ), sharey...
    scikit-learn.org/stable/auto_examples/model_selection/plot_learning_curve.html
    Sat Nov 29 05:08:38 GMT 2025
      111.8K bytes
      Cache
     
Back to Top