Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1271 - 1280 of over 10,000 for 1 (1.21 seconds)

  1. 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
    Sat Nov 29 17:35:25 GMT 2025
      98.7K bytes
      Cache
     
  2. 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
    Sat Nov 29 17:35:25 GMT 2025
      126.6K bytes
      Cache
     
  3. 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
    Sat Nov 29 17:35:25 GMT 2025
      143.5K bytes
      Cache
     
  4. 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
    Sat Nov 29 17:35:25 GMT 2025
      118.9K bytes
      Cache
     
  5. 4. Metadata Routing — scikit-learn 1.7.2 ...

    1.1. Weighted scoring and fitting...param_grid = { "C" : [ 0.1 , 1 ]} >>> lr = LogisticRegression...
    scikit-learn.org/stable/metadata_routing.html
    Sat Nov 29 17:35:25 GMT 2025
      89.1K bytes
      Cache
     
  6. compute_sample_weight — scikit-learn 1.7....

    [{0: 1, 1: 1}, {0: 1, 1: 5}, {0: 1, 1: 1}, {0: 1, 1: 1}] instead...instead of [{1:1}, {2:5}, {3:1}, {4:1}] . The "balanced"...
    scikit-learn.org/stable/modules/generated/sklearn.utils.class_weight.compute_sample_weight.html
    Fri Nov 21 09:29:38 GMT 2025
      109K bytes
      Cache
     
  7. Nearest Neighbors regression — scikit-lea...

    1 , i + 1 ) plt . scatter ( X_train...sort ( 5 * rng . rand ( 40 , 1 ), axis = 0 ) X_test = np . linspace...
    scikit-learn.org/stable/auto_examples/neighbors/plot_regression.html
    Sat Nov 29 17:35:26 GMT 2025
      91.4K bytes
      Cache
     
  8. compute_optics_graph — scikit-learn 1.7.2...

    1.41, 1.41, 1. , 1. , 4.12]) >>>...min_samples int > 1 or float between 0 and 1 The number of samples...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.compute_optics_graph.html
    Sat Nov 29 17:35:26 GMT 2025
      116.2K bytes
      Cache
     
  9. Model Selection — scikit-learn 1.7.2 docu...

    Examples related to the sklearn.model_selection module. Balance model complexity and cross-validated score Class Likelihood Ratios to measure classification performance Comparing randomized search ...
    scikit-learn.org/stable/auto_examples/model_selection/index.html
    Sat Nov 29 17:35:26 GMT 2025
      89K bytes
      Cache
     
  10. Isotonic Regression — scikit-learn 1.7.2 ...

    An illustration of the isotonic regression on generated data (non-linear monotonic trend with homoscedastic uniform noise). The isotonic regression algorithm finds a non-decreasing approximation of...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_isotonic_regression.html
    Sat Nov 29 17:35:25 GMT 2025
      114.1K bytes
      Cache
     
Back to Top