Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 971 - 980 of 3,461 for 1 (0.17 sec)

  1. Developer’s Guide — scikit-learn 1.7.dev0 docum...

    Contributing- Ways to contribute, Automated Contributions Policy, Submitting a bug report or a feature request- How to make a good bug report., Contributing code- Video resources, How to contribute...
    scikit-learn.org/dev/developers/index.html
    Tue Dec 24 12:16:12 UTC 2024
      40.4K bytes
      Cache
     
  2. 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
    Tue Dec 24 12:16:12 UTC 2024
      80.9K bytes
      Cache
     
  3. Feature transformations with ensembles of trees...

    feature values for these leaves to 1 and the other feature values to..., 0.2 ) ax . set_ylim ( 0.8 , 1 ) _ = ax . set_title ( "ROC curve...
    scikit-learn.org/stable/auto_examples/ensemble/plot_feature_transformation.html
    Tue Dec 24 12:16:10 UTC 2024
      152.7K bytes
      Cache
     
  4. mean_squared_log_error — scikit-learn 1.7.dev0 ...

    1 ], [ 1 , 2 ], [ 7 , 6 ]] >>> y_pred...y_pred = [[ 0.5 , 2 ], [ 1 , 2.5 ], [ 8 , 8 ]] >>> mean_squared_log_error...
    scikit-learn.org/dev/modules/generated/sklearn.metrics.mean_squared_log_error.html
    Mon Dec 09 18:03:47 UTC 2024
      109.8K bytes
      Cache
      Similar Results (1)
     
  5. Permutation Importance with Multicollinear or C...

    subplots ( 1 , 2 , figsize = ( 12 , 8 )) mdi_importances...ax1 , ax2 ) = plt . subplots ( 1 , 2 , figsize = ( 12 , 8 )) corr...
    scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance_multicollinear.html
    Tue Dec 24 12:16:12 UTC 2024
      117.5K bytes
      Cache
     
  6. Ledoit-Wolf vs OAS estimation — scikit-learn 1....

    covariance matrix (AR(1) process) r = 0.1 real_cov = toeplitz (...plot MSE plt . subplot ( 2 , 1 , 1 ) plt . errorbar ( n_samples_range...
    scikit-learn.org/stable/auto_examples/covariance/plot_lw_vs_oas.html
    Tue Dec 24 12:16:10 UTC 2024
      103.8K bytes
      Cache
     
  7. Effect of varying threshold for self-training —...

    mean ( axis = 1 ), yerr = scores . std ( axis = 1 ), capsize =...( axis = 1 ), yerr = amount_labeled . std ( axis = 1 ), capsize...
    scikit-learn.org/stable/auto_examples/semi_supervised/plot_self_training_varying_threshold.html
    Tue Dec 24 12:16:11 UTC 2024
      103.1K bytes
      Cache
     
  8. l1_min_c — scikit-learn 1.6.0 documentation

    intercept_scaling = 1.0 ) [source] # Return the lowest...intercept_scaling float, default=1.0 When fit_intercept is True,...
    scikit-learn.org/stable/modules/generated/sklearn.svm.l1_min_c.html
    Tue Dec 24 12:16:12 UTC 2024
      109.7K bytes
      Cache
     
  9. 2.8. Density Estimation — scikit-learn 1.6.0 do...

    ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...\(x_i; i=1\cdots N\) is given by: \[\rho_K(y) = \sum_{i=1}^{N} K(y...
    scikit-learn.org/stable/modules/density.html
    Tue Dec 24 12:16:10 UTC 2024
      45.1K bytes
      Cache
     
  10. A demo of the mean-shift clustering algorithm —...

    centers = [[ 1 , 1 ], [ - 1 , - 1 ], [ 1 , - 1 ]] X , _ = make_blobs...matplotlib.pyplot as plt plt . figure ( 1 ) plt . clf () colors = [ "#dede00"...
    scikit-learn.org/stable/auto_examples/cluster/plot_mean_shift.html
    Tue Dec 24 12:16:11 UTC 2024
      92.8K bytes
      Cache
     
Back to top