Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1181 - 1190 of 1,813 for document (0.24 sec)

  1. Effect of transforming the targets in regressio...

    In this example, we give an overview of TransformedTargetRegressor. We use two examples to illustrate the benefit of transforming the targets before learning a linear regression model. The first ex...
    scikit-learn.org/stable/auto_examples/compose/plot_transformed_target.html
    Wed Nov 27 07:42:00 UTC 2024
      120.6K bytes
      Cache
     
  2. Compare Stochastic learning strategies for MLPC...

    This example visualizes some training loss curves for different stochastic learning strategies, including SGD and Adam. Because of time-constraints, we use several small datasets, for which L-BFGS ...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_mlp_training_curves.html
    Wed Nov 27 07:42:00 UTC 2024
      99.9K bytes
      Cache
     
  3. Plot class probabilities calculated by the Voti...

    Plot the class probabilities of the first sample in a toy dataset predicted by three different classifiers and averaged by the VotingClassifier. First, three exemplary classifiers are initialized (...
    scikit-learn.org/stable/auto_examples/ensemble/plot_voting_probas.html
    Wed Nov 27 07:42:00 UTC 2024
      96.8K bytes
      Cache
     
  4. Train error vs Test error — scikit-learn 1.5.2 ...

    Illustration of how the performance of an estimator on unseen data (test data) is not the same as the performance on training data. As the regularization increases the performance on train decrease...
    scikit-learn.org/stable/auto_examples/model_selection/plot_train_error_vs_test_error.html
    Wed Nov 27 07:42:00 UTC 2024
      94.2K bytes
      1 views
      Cache
     
  5. Test with permutations the significance of a cl...

    This example demonstrates the use of permutation_test_score to evaluate the significance of a cross-validated score using permutations. Dataset: We will use the Iris plants dataset, which consists ...
    scikit-learn.org/stable/auto_examples/model_selection/plot_permutation_tests_for_classification.html
    Wed Nov 27 07:42:00 UTC 2024
      96K bytes
      Cache
     
  6. Multilabel classification using a classifier ch...

    This example shows how to use ClassifierChain to solve a multilabel classification problem. The most naive strategy to solve such a task is to independently train a binary classifier on each label ...
    scikit-learn.org/stable/auto_examples/multioutput/plot_classifier_chain_yeast.html
    Wed Nov 27 07:42:00 UTC 2024
      100.6K bytes
      Cache
     
  7. mutual_info_regression — scikit-learn 1.5.2 doc...

    Gallery examples: Comparison of F-test and mutual information
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.mutual_info_regression.html
    Wed Nov 27 07:41:59 UTC 2024
      113.4K bytes
      Cache
     
  8. sklearn.feature_selection — scikit-learn 1.5.2 ...

    Feature selection algorithms. These include univariate filter selection methods and the recursive feature elimination algorithm. User guide. See the Feature selection section for further details.
    scikit-learn.org/stable/api/sklearn.feature_selection.html
    Wed Nov 27 07:42:00 UTC 2024
      120.5K bytes
      Cache
     
  9. fetch_lfw_people — scikit-learn 1.5.2 documenta...

    Gallery examples: Faces recognition example using eigenfaces and SVMs
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_lfw_people.html
    Wed Nov 27 07:42:00 UTC 2024
      113.8K bytes
      Cache
     
  10. make_s_curve — scikit-learn 1.5.2 documentation

    Gallery examples: Comparison of Manifold Learning methods t-SNE: The effect of various perplexity values on the shape
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_s_curve.html
    Wed Nov 27 07:42:00 UTC 2024
      107.8K bytes
      Cache
     
Back to top