Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 231 - 240 of 2,000 for = (0.26 sec)

  1. classification_report — scikit-learn 1.7.0 docu...

    labels = None , target_names = None , sample_weight = None ,..., digits = 2 , output_dict = False , zero_division = 'warn' )...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.classification_report.html
    Thu Jul 03 11:42:05 UTC 2025
      120.8K bytes
      Cache
     
  2. 1.13. Feature selection — scikit-learn 1.7.0 do...

    >>> lsvc = LinearSVC ( C = 0.01 , penalty = "l1" , dual = False...model = SelectFromModel ( lsvc , prefit = True ) >>> X_new = model...
    scikit-learn.org/stable/modules/feature_selection.html
    Thu Jul 03 11:42:05 UTC 2025
      73.8K bytes
      Cache
     
  3. fetch_olivetti_faces — scikit-learn 1.7.0 docum...

    download_if_missing = True , return_X_y = False , n_retries = 3 , delay = 1.0...data_home = None , shuffle = False , random_state = 0 , download_if_missing...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_olivetti_faces.html
    Thu Jul 03 11:42:05 UTC 2025
      113.6K bytes
      Cache
     
  4. mean_tweedie_deviance — scikit-learn 1.7.0 docu...

    sample_weight = None , power = 0 ) [source] # Mean Tweedie...(n_samples,), default=None Sample weights. power float, default=0 Tweedie...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_tweedie_deviance.html
    Thu Jul 03 11:42:05 UTC 2025
      109.2K bytes
      Cache
     
  5. silhouette_score — scikit-learn 1.7.0 documenta...

    metric = 'euclidean' , sample_size = None , random_state = None...X , y = make_blobs ( random_state = 42 ) >>> kmeans = KMeans...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.silhouette_score.html
    Thu Jul 03 11:42:06 UTC 2025
      116.1K bytes
      Cache
     
  6. det_curve — scikit-learn 1.7.0 documentation

    pos_label = None , sample_weight = None , drop_intermediate = False...negative class, i.e. fpr=0 and fnr=1 , unless fpr=0 is already reached...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.det_curve.html
    Thu Jul 03 11:42:05 UTC 2025
      113.8K bytes
      Cache
     
  7. Exponentiation — scikit-learn 1.7.0 documentation

    y = make_friedman2 ( n_samples = 500 , noise = 0 , random_state...exponent = 2 ) >>> gpr = GaussianProcessRegre ( kernel = kernel...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Exponentiation.html
    Thu Jul 03 11:42:05 UTC 2025
      122.9K bytes
      Cache
     
  8. RobustScaler — scikit-learn 1.7.0 documentation

    with_centering = True , with_scaling = True , quantile_range = (25.0,...(25.0, 75.0) , copy = True , unit_variance = False ) [source] # Scale...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.RobustScaler.html
    Thu Jul 03 11:42:05 UTC 2025
      134.3K bytes
      Cache
     
  9. QuadraticDiscriminantAnalysis — scikit-learn 1....

    priors = None , reg_param = 0.0 , store_covariance = False ,...>>> y = np . array ([ 1 , 1 , 1 , 2 , 2 , 2 ]) >>> clf = QuadraticDiscriminan...
    scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.QuadraticDiscriminantAnal...
    Thu Jul 03 11:42:05 UTC 2025
      141.6K bytes
      Cache
     
  10. Instrumenting your OpenAI-powered Python, Node....

    r=snapshots&g=co.elastic.otel&a=elastic-otel-javaagent&v=LATEST'...OPENAI_API_KEY=sk-YOUR_API_KEY OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:8200...
    www.elastic.co/observability-labs/blog/elastic-opentelemetry-openai
    Fri Jul 04 01:06:35 UTC 2025
      126.2K bytes
      Cache
     
Back to top