Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 691 - 700 of 2,642 for 2 (0.07 sec)

  1. Theil-Sen Regression — scikit-learn 1.5.2 docum...

    Linear model y = 3*x + N(2, 0.1**2) x = np . random . randn (...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
    Thu Sep 19 14:56:27 UTC 2024
      99.2K bytes
      Cache
     
  2. Linear and Quadratic Discriminant Analysis with...

    [ 2.5 , 0.7 ]]) * 2.0 cov_class_2 = cov_class_1 ....n_features = 2 , cov_class_1 = covariance , cov_class_2 = covariance...
    scikit-learn.org/stable/auto_examples/classification/plot_lda_qda.html
    Thu Sep 19 14:56:27 UTC 2024
      114.2K bytes
      Cache
     
  3. Tweedie regression on insurance claims — scikit...

    9900 2.015716e+02 2.015414e+02 2.015347e+02 2.015587e+02...abs. error 2.730119e+02 2.722128e+02 2.739865e+02 2.731249e+02...
    scikit-learn.org/stable/auto_examples/linear_model/plot_tweedie_regression_insurance_claims.html
    Thu Sep 19 14:56:27 UTC 2024
      175.1K bytes
      Cache
     
  4. Recently Deprecated — scikit-learn 1.5.2 docume...

    To be removed in 1.7
    scikit-learn.org/stable/api/deprecated.html
    Sat Sep 14 09:04:07 UTC 2024
      113.2K bytes
      Cache
     
  5. Model Selection — scikit-learn 1.5.2 documentation

    Examples related to the sklearn.model_selection module. Balance model complexity and cross-validated score Class Likelihood Ratios to measure classification performance Comparing randomized search ...
    scikit-learn.org/stable/auto_examples/model_selection/index.html
    Thu Sep 19 14:56:27 UTC 2024
      92.5K bytes
      Cache
     
  6. Tutorial exercises — scikit-learn 1.5.2 documen...

    Exercises for the tutorials Cross-validation on diabetes Dataset Exercise Digits Classification Exercise SVM Exercise
    scikit-learn.org/stable/auto_examples/exercises/index.html
    Thu Sep 19 14:56:27 UTC 2024
      76.6K bytes
      Cache
     
  7. 8.1. Strategies to scale computationally: bigge...

    2. Extracting features # 2. could be any relevant...
    scikit-learn.org/stable/computing/scaling_strategies.html
    Thu Sep 19 14:56:26 UTC 2024
      46.7K bytes
      Cache
     
  8. Robust covariance estimation and Mahalanobis di...

    standard deviation equal to 2 and feature 2 has a standard deviation...n_features = 2 # generate Gaussian data of shape (125, 2) gen_cov...
    scikit-learn.org/stable/auto_examples/covariance/plot_mahalanobis_distances.html
    Thu Sep 19 14:56:27 UTC 2024
      112.9K bytes
      Cache
     
  9. Plot classification boundaries with different S...

    2 , 0.5 ], [ 0.2 , - 2.0 ], [ 0.5 , - 2.4 ], [ 0.2 , - 2.3...[ - 1.3 , - 1.2 ], [ - 1.1 , - 0.2 ], [ - 1.2 , - 0.4 ], [ -...
    scikit-learn.org/stable/auto_examples/svm/plot_svm_kernels.html
    Thu Sep 19 14:56:27 UTC 2024
      118.7K bytes
      Cache
     
  10. Single estimator versus bagging: bias-variance ...

    - ( x ** 2 )) + 1.5 * np . exp ( - (( x - 2 ) ** 2 )) def generate...{0} : {1:.4f} (error) = {2:.4f} (bias^2) " " + {3:.4f} (var) +...
    scikit-learn.org/stable/auto_examples/ensemble/plot_bias_variance.html
    Thu Sep 19 14:56:26 UTC 2024
      111.5K bytes
      Cache
     
Back to top