Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 791 - 800 of 1,702 for document (0.57 sec)

  1. as_float_array — scikit-learn 1.7.0 documentation

    Skip to main content Back to top Ctrl + K GitHub Choose version as_float_array # sklearn.utils. as_float_array ( X , ...
    scikit-learn.org/stable/modules/generated/sklearn.utils.as_float_array.html
    Thu Jul 03 11:42:05 UTC 2025
      108.9K bytes
      Cache
     
  2. column_or_1d — scikit-learn 1.7.0 documentation

    Skip to main content Back to top Ctrl + K GitHub Choose version column_or_1d # sklearn.utils.validation. column_or_1d...
    scikit-learn.org/stable/modules/generated/sklearn.utils.validation.column_or_1d.html
    Thu Jul 03 11:42:05 UTC 2025
      106.9K bytes
      Cache
     
  3. FastICA on 2D point clouds — scikit-learn 1.7.0...

    This example illustrates visually in the feature space a comparison by results using two different component analysis techniques. Independent component analysis (ICA) vs Principal component analysi...
    scikit-learn.org/stable/auto_examples/decomposition/plot_ica_vs_pca.html
    Thu Jul 03 11:42:06 UTC 2025
      103.2K bytes
      Cache
     
  4. Spectral clustering for image segmentation — sc...

    In this example, an image with connected circles is generated and spectral clustering is used to separate the circles. In these settings, the Spectral clustering approach solves the problem know as...
    scikit-learn.org/stable/auto_examples/cluster/plot_segmentation_toy.html
    Thu Jul 03 11:42:05 UTC 2025
      100.4K bytes
      Cache
     
  5. OOB Errors for Random Forests — scikit-learn 1....

    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
    Thu Jul 03 11:42:05 UTC 2025
      93.9K bytes
      Cache
     
  6. SVM: Weighted samples — scikit-learn 1.7.0 docu...

    Plot decision function of a weighted dataset, where the size of points is proportional to its weight. The sample weighting rescales the C parameter, which means that the classifier puts more emphas...
    scikit-learn.org/stable/auto_examples/svm/plot_weighted_samples.html
    Thu Jul 03 11:42:05 UTC 2025
      93.7K bytes
      Cache
     
  7. Approximate nearest neighbors in TSNE — scikit-...

    This example presents how to chain KNeighborsTransformer and TSNE in a pipeline. It also shows how to wrap the packages nmslib and pynndescent to replace KNeighborsTransformer and perform approxima...
    scikit-learn.org/stable/auto_examples/neighbors/approximate_nearest_neighbors.html
    Thu Jul 03 11:42:05 UTC 2025
      135.5K bytes
      Cache
     
  8. Plot Hierarchical Clustering Dendrogram — sciki...

    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
    Thu Jul 03 11:42:05 UTC 2025
      89.5K bytes
      Cache
     
  9. Comparing Linear Bayesian Regressors — scikit-l...

    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
    Thu Jul 03 11:42:05 UTC 2025
      120K bytes
      Cache
     
  10. Comparison of Manifold Learning methods — sciki...

    An illustration of dimensionality reduction on the S-curve dataset with various manifold learning methods. For a discussion and comparison of these algorithms, see the manifold module page For a si...
    scikit-learn.org/stable/auto_examples/manifold/plot_compare_methods.html
    Thu Jul 03 11:42:05 UTC 2025
      113.1K bytes
      Cache
     
Back to top