Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 661 - 670 of 2,911 for 1 (0.08 sec)

  1. Balance model complexity and cross-validated sc...

    within 1 standard deviation of the best accuracy score. [1] Hastie,...test_scores , axis = 1 ) - np . std ( test_scores , axis = 1 ), np . mean...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_refit_callable.html
    Fri Jun 06 09:13:47 UTC 2025
      169.1K bytes
      Cache
     
  2. Demonstrating the different strategies of KBins...

    ]]) centers_1 = np . array ([[ 0 , 0 ], [ 3 , 1 ]]) # construct...strategies ) + 1 , i ) ax . scatter ( X [:, 0 ], X [:, 1 ], edgecolors...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization_strategies.html
    Fri Jun 06 09:13:47 UTC 2025
      100.7K bytes
      Cache
     
  3. Joint feature selection with multi-task Lasso —...

    ylim ([ - 1.1 , 1.1 ]) plt . show () Total running...(( 1.0 + rng . randn ( 1 )) * times + 3 * rng . randn ( 1 ))...
    scikit-learn.org/stable/auto_examples/linear_model/plot_multi_task_lasso_support.html
    Fri Jun 06 09:13:47 UTC 2025
      99.6K bytes
      Cache
     
  4. Gaussian Process for Machine Learning — scikit-...

    Examples concerning the sklearn.gaussian_process module. Ability of Gaussian process regression (GPR) to estimate data noise-level Comparison of kernel ridge and Gaussian process regression Forecas...
    scikit-learn.org/stable/auto_examples/gaussian_process/index.html
    Fri Jun 06 09:13:47 UTC 2025
      80.1K bytes
      Cache
     
  5. Visualizing the stock market structure — scikit...

    index ] = 1 dy = y - embedding [ 1 ] dy [ index ] = 1 this_dx =...alphas = np . logspace ( - 1.5 , 1 , num = 10 ) edge_model = covariance...
    scikit-learn.org/stable/auto_examples/applications/plot_stock_market.html
    Fri Jun 06 09:13:47 UTC 2025
      125.3K bytes
      Cache
     
  6. MetaEstimatorMixin — scikit-learn 1.7.0 documen...

    Changed in version 1.6: The _required_parameters is...
    scikit-learn.org/stable/modules/generated/sklearn.base.MetaEstimatorMixin.html
    Fri Jun 06 09:13:47 UTC 2025
      108.8K bytes
      Cache
     
  7. Agglomerative clustering with and without struc...

    ) t = 1.5 * np . pi * ( 1 + 3 * np . random . rand ( 1 , n_samples..."single" )): plt . subplot ( 1 , 4 , index + 1 ) model = AgglomerativeCluster...
    scikit-learn.org/stable/auto_examples/cluster/plot_agglomerative_clustering.html
    Fri Jun 06 09:13:47 UTC 2025
      97.4K bytes
      Cache
     
  8. mean_absolute_percentage_error — scikit-learn 1...

    1 ], [ - 1 , 1 ], [ 7 , - 6 ]] >>> y_pred...y_true = [ 1. , 0. , 2.4 , 7. ] >>> y_pred = [ 1.2 , 0.1 , 2.4 ,...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_absolute_percentage_error.html
    Fri Jun 06 09:13:47 UTC 2025
      112.6K bytes
      Cache
     
  9. Theil-Sen Regression — scikit-learn 1.7.0 docum...

    than or equal to n_features + 1. The final slope and intercept...Linear model y = 3*x + N(2, 0.1**2) x = np . random . randn (...
    scikit-learn.org/stable/auto_examples/linear_model/plot_theilsen.html
    Fri Jun 06 09:13:47 UTC 2025
      103.2K bytes
      Cache
     
  10. Version 0.21 — scikit-learn 1.7.0 documentation

    threaded for n_jobs > 1 or n_jobs = -1 . #12955 by Prabakaran...linear_model.ARDRegression and Scipy>=1.3.0. Adapts to upstream changes...
    scikit-learn.org/stable/whats_new/v0.21.html
    Fri Jun 06 09:13:48 UTC 2025
      210K bytes
      Cache
     
Back to top