Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 371 - 380 of 2,952 for 1 (0.29 sec)

  1. Displaying estimators and complex pipelines — s...

    ColumnTransformer(transformers=[('pipeline-1', Pipeline(steps=[('simpleimputer',...ColumnTransformer(transformers=[('pipeline-1', Pipeline(steps=[('simpleimputer',...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_estimator_representation.html
    Sat Apr 19 00:31:22 UTC 2025
      111.8K bytes
      Cache
     
  2. Illustration of prior and posterior Gaussian pr...

    "Observations" ) axs [ 1 ] . legend ( bbox_to_anchor = ( 1.05 , 1.5 ), loc..."Observations" ) axs [ 1 ] . legend ( bbox_to_anchor = ( 1.05 , 1.5 ), loc...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpr_prior_posterior.html
    Sat Apr 19 00:31:22 UTC 2025
      135.8K bytes
      Cache
     
  3. Advanced Plotting With Partial Dependence — sci...

    1 , figsize = ( 10 , 10 )) tree_disp..."Multi-layer Perceptron" ) Text(0.5, 1.0, 'Multi-layer Perceptron') Another...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_partial_dependence_visualization_api.html
    Sat Apr 19 00:31:21 UTC 2025
      123.1K bytes
      Cache
     
  4. Version 0.18 — scikit-learn 1.6.1 documentation

    for compatibility with NumPy 1.13.0: #7946 #8355 by Loic Esteve...Guerin, Sergei Lebedev Version 0.18.1 # November 11, 2016 Changelog...
    scikit-learn.org/stable/whats_new/v0.18.html
    Sat Apr 19 00:31:22 UTC 2025
      134.3K bytes
      Cache
     
  5. 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
    Sat Apr 19 00:31:22 UTC 2025
      99.7K bytes
      Cache
     
  6. Balance model complexity and cross-validated sc...

    within 1 standard deviation of the best accuracy score. [1] Hastie,...finding a decent accuracy within 1 standard deviation of the best...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_refit_callable.html
    Sat Apr 19 00:31:22 UTC 2025
      99.5K bytes
      Cache
     
  7. 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
    Sat Apr 19 00:31:21 UTC 2025
      113.1K bytes
      Cache
     
  8. 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
    Sat Apr 19 00:31:21 UTC 2025
      80.3K bytes
      Cache
     
  9. 7.2. Real world datasets — scikit-learn 1.6.1 d...

    1, 1, 1, 0, 1, 1, 0, 0, 0]) Converting...target [: 10 ]) [5, 6, 3, 1, 0, 1, 3, 4, 3, 0] The second loader...
    scikit-learn.org/stable/datasets/real_world.html
    Sat Apr 19 00:31:22 UTC 2025
      99.5K bytes
      Cache
     
  10. Target Encoder’s Internal Cross fitting — sciki...

    reshape ( - 1 , 1 )) # Remove the linear relationship...replace = True ) . reshape ( - 1 , 1 ) Finally, we assemble the dataset...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_target_encoder_cross_val.html
    Sat Apr 19 00:31:22 UTC 2025
      112.2K bytes
      Cache
     
Back to top