Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 941 - 950 of over 10,000 for 1 (0.2 seconds)

  1. sklearn.calibration — scikit-learn 1.7.2 ...

    Methods for calibrating predicted probabilities. User guide. See the Probability calibration section for further details. Visualization:
    scikit-learn.org/stable/api/sklearn.calibration.html
    Fri Dec 05 17:52:53 GMT 2025
      115.4K bytes
      Cache
     
  2. sklearn.decomposition — scikit-learn 1.7....

    Matrix decomposition algorithms. These include PCA, NMF, ICA, and more. Most of the algorithms of this module can be regarded as dimensionality reduction techniques. User guide. See the Decomposing...
    scikit-learn.org/stable/api/sklearn.decomposition.html
    Fri Dec 05 17:52:54 GMT 2025
      121.4K bytes
      Cache
     
  3. Introducing the set_output API — scikit-l...

    798301 -1.271411 -1.327605 12 -1.244466 -0.086944 -1.327407 -1.459074...60 5.0 2.0 3.5 1.0 1 4.9 3.0 1.4 0.2 8 4.4 2.9 1.4 0.2 93 5.0 2.3...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_set_output.html
    Fri Dec 05 17:52:54 GMT 2025
      160.9K bytes
      Cache
     
  4. Plot classification probability — scikit-...

    GaussianProcessClass ( kernel = 1.0 * RBF ([ 1.0 , 1.0 ])), "Logistic...LogisticRegression ( C = 0.1 ), "Logistic regression \n (C=1)" : LogisticRegression...
    scikit-learn.org/stable/auto_examples/classification/plot_classification_probability.html
    Fri Dec 05 17:52:54 GMT 2025
      126.1K bytes
      Cache
     
  5. SVM: Weighted samples — scikit-learn 1.7....

    n_clusters_per_class = 1 , class_sep = 1.1 , weights = [ 0.9 , 0.1 ], random_state...( X_plot [:, 0 ], X_plot [:, 1 ], c = y_plot , s = 100 * sample_weight...
    scikit-learn.org/stable/auto_examples/svm/plot_weighted_samples.html
    Fri Dec 05 17:52:55 GMT 2025
      93.7K bytes
      Cache
     
  6. Decision Tree Regression — scikit-learn 1...

    RandomState ( 1 ) X = np . sort ( 5 * rng . rand ( 80 , 1 ), axis =...RandomState ( 1 ) X = np . sort ( 200 * rng . rand ( 100 , 1 ) - 100...
    scikit-learn.org/stable/auto_examples/tree/plot_tree_regression.html
    Fri Dec 05 17:52:55 GMT 2025
      152.4K bytes
      Cache
     
  7. Underfitting vs. Overfitting — scikit-lea...

    subplot ( 1 , len ( degrees ), i + 1 ) plt . setp ( ax...function (polynomial with degree 1) is not sufficient to fit the...
    scikit-learn.org/stable/auto_examples/model_selection/plot_underfitting_overfitting.html
    Fri Dec 05 17:52:55 GMT 2025
      98.7K bytes
      Cache
     
  8. FeatureHasher and DictVectorizer Comparison &#8...

    'example': 1, 'but': 1, 'this': 1, 'another':...tokenize ( doc ): freq [ tok ] += 1 return freq token_freqs ( "That...
    scikit-learn.org/stable/auto_examples/text/plot_hashing_vs_dict_vectorizer.html
    Fri Dec 05 17:52:54 GMT 2025
      143.5K bytes
      Cache
     
  9. Visualizations with Display Objects — sci...

    C  1.0 fit_intercept  True intercept_scaling  1 class_weight ...C  1.0 fit_intercept  True intercept_scaling  1 class_weight ...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_display_object_visualization.html
    Fri Dec 05 17:52:54 GMT 2025
      126.6K bytes
      Cache
     
  10. RBF SVM parameters — scikit-learn 1.7.2 d...

    1 , 1e2 ] gamma_2d_range = [ 1e-1 , 1 , 1e1 ] classifiers...np.float64(1.0), 'gamma': np.float64(0.1)} with a score...
    scikit-learn.org/stable/auto_examples/svm/plot_rbf_parameters.html
    Fri Dec 05 17:52:55 GMT 2025
      118.9K bytes
      Cache
     
Back to Top