Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 351 - 360 of 3,646 for 1 (0.18 sec)

  1. ShrunkCovariance — scikit-learn 1.7.2 documenta...

    1 ) [source] # Covariance estimator...computation. shrinkage float, default=0.1 Coefficient in the convex combination...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.ShrunkCovariance.html
    Tue Oct 14 17:56:27 UTC 2025
      131.9K bytes
      Cache
     
  2. 2.6. Covariance estimation — scikit-learn 1.7.2...

    1. Empirical covariance # The covariance...2.6.2. Shrunk Covariance # 2.6.2.1. Basic shrinkage # Despite being...
    scikit-learn.org/stable/modules/covariance.html
    Tue Oct 14 17:56:27 UTC 2025
      59.7K bytes
      Cache
     
  3. 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
    Tue Oct 14 17:56:26 UTC 2025
      169.1K bytes
      Cache
     
  4. RadiusNeighborsClassifier — scikit-learn 1.7.2 ...

    () array([[1., 0., 1.], [0., 1., 0.], [1., 0., 1.]]) score (...[[ 0 ], [ 1 ], [ 2 ], [ 3 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>> from...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.RadiusNeighborsClassifier.html
    Tue Oct 14 17:56:25 UTC 2025
      152.2K bytes
      Cache
     
  5. NuSVC — scikit-learn 1.7.2 documentation

    array ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ 1 , 1 ], [ 2 , 1 ]]) >>>...default=-1 Hard limit on iterations within solver, or -1 for no...
    scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVC.html
    Mon Oct 13 16:40:52 UTC 2025
      151.8K bytes
      Cache
     
  6. RadiusNeighborsTransformer — scikit-learn 1.7.2...

    () array([[1., 0., 1.], [0., 1., 0.], [1., 0., 1.]]) set_output...who’s the closest point to [1, 1, 1]: >>> import numpy as np >>>...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.RadiusNeighborsTransformer.html
    Tue Oct 14 17:56:25 UTC 2025
      146K bytes
      Cache
     
  7. MultiTaskElasticNetCV — scikit-learn 1.7.2 docu...

    [ 1 , 1 ], [ 2 , 2 ]], ... [[ 0 , 0 ], [ 1 , 1 ], [ 2 ,...with 0 < l1_ratio <= 1. For l1_ratio = 1 the penalty is an L1/L2...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskElasticNetCV.html
    Tue Oct 14 17:56:25 UTC 2025
      163.5K bytes
      Cache
     
  8. QuantileRegressor — scikit-learn 1.7.2 document...

    alpha = 1.0 , fit_intercept = True , solver...User Guide . Added in version 1.0. Parameters : quantile float,...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.QuantileRegressor.html
    Tue Oct 14 17:56:26 UTC 2025
      139K bytes
      Cache
     
  9. 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
    Tue Oct 14 17:56:26 UTC 2025
      99.6K bytes
      Cache
     
  10. MultiTaskElasticNet — scikit-learn 1.7.2 docume...

    1 ) >>> clf . fit ([[ 0 , 0 ], [ 1 , 1 ], [ 2 , 2...], [ 1 , 1 ], [ 2 , 2 ]]) MultiTaskElasticNet(alpha=0.1) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskElasticNet.html
    Tue Oct 14 17:56:26 UTC 2025
      156.9K bytes
      Cache
     
Back to top