Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 691 - 700 of 1,549 for document (0.64 sec)

  1. Confusion matrix — scikit-learn 1.7.1 documenta...

    Example of confusion matrix usage to evaluate the quality of the output of a classifier on the iris data set. The diagonal elements represent the number of points for which the predicted label is e...
    scikit-learn.org/stable/auto_examples/model_selection/plot_confusion_matrix.html
    Sat Aug 23 16:32:04 UTC 2025
      88.9K bytes
      Cache
     
  2. Decision Trees — scikit-learn 1.7.1 documentation

    Examples concerning the sklearn.tree module. Decision Tree Regression Plot the decision surface of decision trees trained on the iris dataset Post pruning decision trees with cost complexity prunin...
    scikit-learn.org/stable/auto_examples/tree/index.html
    Sat Aug 23 16:32:04 UTC 2025
      75.4K bytes
      Cache
     
  3. is_clusterer — scikit-learn 1.7.1 documentation

    Skip to main content Back to top Ctrl + K GitHub Choose version is_clusterer # sklearn.base. is_clusterer ( estimator...
    scikit-learn.org/stable/modules/generated/sklearn.base.is_clusterer.html
    Sat Aug 23 16:32:03 UTC 2025
      106.3K bytes
      Cache
     
  4. is_classifier — scikit-learn 1.7.1 documentation

    Skip to main content Back to top Ctrl + K GitHub Choose version is_classifier # sklearn.base. is_classifier ( estimat...
    scikit-learn.org/stable/modules/generated/sklearn.base.is_classifier.html
    Sat Aug 23 16:32:03 UTC 2025
      106.2K bytes
      Cache
     
  5. 12.1. Array API support (experimental) — scikit...

    refer to SciPy’s Array API documentation . Some scikit-learn estimators...
    scikit-learn.org/stable/modules/array_api.html
    Sat Aug 23 16:32:03 UTC 2025
      76.9K bytes
      Cache
     
  6. get_data_home — scikit-learn 1.7.1 documentation

    text documents Out-of-core classification of text documents On...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.get_data_home.html
    Sat Aug 23 16:32:03 UTC 2025
      108K bytes
      Cache
     
  7. Perceptron — scikit-learn 1.7.1 documentation

    text documents Out-of-core classification of text documents On...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Perceptron.html
    Sat Aug 23 16:32:04 UTC 2025
      162K bytes
      Cache
     
  8. RadiusNeighborsClassifier — scikit-learn 1.7.1 ...

    See the documentation of scipy.spatial.distance...Neighbors in the online documentation for a discussion of the...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.RadiusNeighborsClassifier.html
    Sat Aug 23 16:32:03 UTC 2025
      152.2K bytes
      Cache
     
  9. 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
    Sat Aug 23 16:32:04 UTC 2025
      97K bytes
      Cache
     
  10. 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
    Sat Aug 23 16:32:03 UTC 2025
      145.3K bytes
      Cache
     
Back to top