Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 741 - 750 of 1,825 for document (0.24 sec)

  1. Multi-output Decision Tree Regression — scikit-...

    An example to illustrate multi-output regression with decision tree. The decision trees is used to predict simultaneously the noisy x and y observations of a circle given a single underlying featur...
    scikit-learn.org/stable/auto_examples/tree/plot_tree_regression_multioutput.html
    Fri Nov 22 23:53:27 UTC 2024
      92.4K bytes
      Cache
     
  2. Color Quantization using K-Means — scikit-learn...

    Performs a pixel-wise Vector Quantization (VQ) of an image of the summer palace (China), reducing the number of colors required to show the image from 96,615 unique colors to 64, while preserving t...
    scikit-learn.org/stable/auto_examples/cluster/plot_color_quantization.html
    Fri Nov 22 23:53:26 UTC 2024
      96.2K bytes
      Cache
     
  3. Regularization path of L1- Logistic Regression ...

    Train l1-penalized logistic regression models on a binary classification problem derived from the Iris dataset. The models are ordered from strongest regularized to least regularized. The 4 coeffic...
    scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_path.html
    Fri Nov 22 23:53:26 UTC 2024
      88.1K bytes
      Cache
     
  4. Feature agglomeration vs. univariate selection ...

    This example compares 2 dimensionality reduction strategies: univariate feature selection with Anova, feature agglomeration with Ward hierarchical clustering. Both methods are compared in a regress...
    scikit-learn.org/stable/auto_examples/cluster/plot_feature_agglomeration_vs_univariate_selection....
    Fri Nov 22 23:53:26 UTC 2024
      107.9K bytes
      Cache
     
  5. Comparison of kernel ridge and Gaussian process...

    This example illustrates differences between a kernel ridge regression and a Gaussian process regression. Both kernel ridge regression and Gaussian process regression are using a so-called “kernel ...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_compare_gpr_krr.html
    Fri Nov 22 23:53:26 UTC 2024
      140.4K bytes
      Cache
     
  6. Customer Support Search for Knowledge Bases & H...

    and process documentation to provide precise question...recommendations, while maintaining document-level security and keeping...
    www.elastic.co/enterprise-search/customer-support
    Sat Nov 23 00:04:32 UTC 2024
      501.3K bytes
      Cache
     
  7. as_float_array — scikit-learn 1.5.2 documentation

    Skip to main content Back to top Ctrl + K GitHub as_float_array # sklearn.utils. as_float_array ( X , * , copy = True...
    scikit-learn.org/stable/modules/generated/sklearn.utils.as_float_array.html
    Thu Nov 21 22:17:08 UTC 2024
      106.7K bytes
      Cache
     
  8. column_or_1d — scikit-learn 1.5.2 documentation

    Skip to main content Back to top Ctrl + K GitHub column_or_1d # sklearn.utils.validation. column_or_1d ( y , * , dtyp...
    scikit-learn.org/stable/modules/generated/sklearn.utils.validation.column_or_1d.html
    Thu Nov 21 22:17:08 UTC 2024
      105.3K bytes
      Cache
     
  9. 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
    Fri Nov 22 23:53:26 UTC 2024
      130.3K bytes
      Cache
     
  10. 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
    Fri Nov 22 23:53:26 UTC 2024
      96.5K bytes
      Cache
     
Back to top