Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 901 - 910 of 3,487 for 1 (0.08 sec)

  1. SVM: Weighted samples — scikit-learn 1.5.2 docu...

    ) + [ 1 , 1 ], np . random . randn ( 10 , 2 )] y = [ 1 ] * 10.... scatter ( X [:, 0 ], X [:, 1 ], c = y , s = 100 * sample_weight...
    scikit-learn.org/stable/auto_examples/svm/plot_weighted_samples.html
    Fri Nov 01 07:27:39 UTC 2024
      89K bytes
      Cache
     
  2. Monitoring AWS Lambda Java Functions | APM Java...

    ca-central-1 eu-central-1 eu-north-1 eu-south-1 eu-west-1 eu-west-2...me-south-1 sa-east-1 us-east-1 us-east-2 us-west-1 us-west-2...
    www.elastic.co/guide/en/apm/agent/java/current/aws-lambda.html
    Tue Aug 27 23:14:16 UTC 2024
      43.7K bytes
      Cache
     
  3. Outlier detection on a real data set — scikit-l...

    EllipticEnvelope ( support_fraction = 1.0 , contamination = 0.25 ), "Robust...= load_wine ()[ "data" ][:, [ 1 , 2 ]] # two clusters fig , ax...
    scikit-learn.org/stable/auto_examples/applications/plot_outlier_detection_wine.html
    Fri Nov 01 07:27:40 UTC 2024
      97.2K bytes
      1 views
      Cache
     
  4. Underfitting vs. Overfitting — scikit-learn 1.5...

    subplot ( 1 , len ( degrees ), i + 1 ) plt . setp ( ax...function (polynomial with degree 1) is not sufficient to fit the...
    scikit-learn.org/stable/auto_examples/model_selection/plot_underfitting_overfitting.html
    Fri Nov 01 07:27:39 UTC 2024
      94.2K bytes
      Cache
     
  5. fetch_lfw_people — scikit-learn 1.5.2 documenta...

    Added in version 1.5. delay float, default=1.0 Number of seconds...False , n_retries = 3 , delay = 1.0 ) [source] # Load the Labeled...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_lfw_people.html
    Fri Nov 01 07:27:38 UTC 2024
      113.8K bytes
      Cache
     
  6. Combine predictors using stacking — scikit-lear...

    unknown_value =- 1 , encoded_missing_value =- 2 ,...coded_value', unknown_value=-1), <sklearn.compose._column_tr...
    scikit-learn.org/stable/auto_examples/ensemble/plot_stack_predictors.html
    Fri Nov 01 07:27:41 UTC 2024
      235.3K bytes
      Cache
     
  7. The Johnson-Lindenstrauss bound for embedding w...

    by: \[(1 - eps) \|u - v\|^2 < \|p(u) - p(v)\|^2 < (1 + eps) \|u...matrix with size: 1.293 MB Mean distances rate: 1.01 (0.17) Projected...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_johnson_lindenstrauss_bound.html
    Fri Nov 01 07:27:39 UTC 2024
      115.1K bytes
      Cache
     
  8. d2_log_loss_score — scikit-learn 1.5.2 document...

    Best possible score is 1.0 and it can be negative (because...User Guide . Added in version 1.5. Parameters : y_true array-like...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_log_loss_score.html
    Fri Nov 01 07:27:40 UTC 2024
      106.7K bytes
      Cache
     
  9. Plot Ridge coefficients as a function of the re...

    Hilbert matrix X = 1.0 / ( np . arange ( 1 , 11 ) + np . arange...set_xlim ( ax . get_xlim ()[:: - 1 ]) # reverse axis plt . xlabel...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ridge_path.html
    Fri Nov 01 07:27:40 UTC 2024
      86.4K bytes
      Cache
     
  10. column_or_1d — scikit-learn 1.5.2 documentation

    >>> column_or_1d ([ 1 , 1 ]) array([1, 1]) On this page Show...type for y . Added in version 1.2. warn bool, default=False To...
    scikit-learn.org/stable/modules/generated/sklearn.utils.validation.column_or_1d.html
    Fri Nov 01 07:27:40 UTC 2024
      105.3K bytes
      Cache
     
Back to top