Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 2151 - 2160 of over 10,000 for * (3.4 seconds)

Filter
  1. Advanced Plotting With Partial Dependence — sci...

    zes=(100, 100), max_iter=500, random_state=0, tol=0.01))]) In...zes=(100, 100), max_iter=500, random_state=0, tol=0.01))]) In...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_partial_dependence_visualization_api.html
    Mon Mar 23 20:39:22 UTC 2026
      27.6K bytes
      Cache
     
  2. Model-based and sequential feature selection — ...

    error): 0.002 0.031 compactness (standard error): 0.002 0.135 concavity...error): 0.0 0.396 concave points (standard error): 0.0 0.053 symmetry...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_select_from_model_diabetes.html
    Mon Mar 23 20:39:20 UTC 2026
      21.1K bytes
      Cache
     
  3. Polynomial and Spline interpolation — scikit-le...

    linspace ( 0 , 10 , 100 ) rng = np . random . RandomState ( 0 ) x_train...n_samples rows and degree + 1 columns: [[ 1 , x_0 , x_0 ** 2 , x_0...
    scikit-learn.org/stable/auto_examples/linear_model/plot_polynomial_interpolation.html
    Mon Mar 23 20:39:20 UTC 2026
      19.2K bytes
      Cache
     
  4. Theil-Sen Regression — scikit-learn 1.8.0 docum...

    0 c = 2.0 noise = 0.1 * np . random . randn...seed ( 0 ) n_samples = 200 # Linear model y = 3*x + N(2, 0.1**2)...
    scikit-learn.org/stable/auto_examples/linear_model/plot_theilsen.html
    Mon Mar 23 20:39:20 UTC 2026
      16.9K bytes
      Cache
     
  5. SGD: convex loss functions — scikit-learn 1.8.0...

    >= - 1 ] = ( 1 - z [ z >= - 1 ]) ** 2 loss [ z >= 1.0 ] = 0 return...xmax , 100 ) lw = 2 plt . plot ([ xmin , 0 , 0 , xmax ], [ 1 , 1...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_loss_functions.html
    Mon Mar 23 20:39:22 UTC 2026
      15.3K bytes
      Cache
     
  6. Plotting Learning Curves and Checking Models’ S...

    linspace ( 0.1 , 1.0 , 5 ), "cv" : ShuffleSplit..."train_sizes" : np . linspace ( 0.1 , 1.0 , 5 ), "cv" : ShuffleSplit...
    scikit-learn.org/stable/auto_examples/model_selection/plot_learning_curve.html
    Mon Mar 23 20:39:21 UTC 2026
      17.8K bytes
      Cache
     
  7. Multiclass methods — scikit-learn 1.8.0 documen...

    Examples concerning the sklearn.multiclass module. Overview of multiclass training meta-estimators
    scikit-learn.org/stable/auto_examples/multiclass/index.html
    Mon Mar 23 20:39:21 UTC 2026
      12.7K bytes
      Cache
     
  8. Kernel Density Estimate of Species Distribution...

    subplots_adjust ( left = 0.05 , right = 0.95 , wspace = 0.05 ) for i in range...( 2 ): plt . subplot ( 1 , 2 , i + 1 ) # construct a kernel density...
    scikit-learn.org/stable/auto_examples/neighbors/plot_species_kde.html
    Mon Mar 23 20:39:22 UTC 2026
      18.1K bytes
      Cache
     
  9. Imputing missing values before building an esti...

    mses_diabetes ) * 0.9 , right = np . max ( mses_diabetes ) * 1.1 ) ax1 ....data: mses_diabetes [ 0 ], stds_diabetes [ 0 ] = get_score ( X_diabetes...
    scikit-learn.org/stable/auto_examples/impute/plot_missing_values.html
    Mon Mar 23 20:39:20 UTC 2026
      18.9K bytes
      Cache
     
  10. Detection error tradeoff (DET) curve — scikit-l...

    n_estimators = 10 , max_features = 1 , random_state = 0 ), "Non-informative...n_redundant = 0 , n_informative = 2 , random_state = 1 , n_clusters_per_class...
    scikit-learn.org/stable/auto_examples/model_selection/plot_det.html
    Mon Mar 23 20:39:21 UTC 2026
      17.4K bytes
      Cache
     
Back to Top