Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 891 - 900 of 2,009 for = (0.05 sec)

  1. CCA — scikit-learn 1.7.0 documentation

    n_components = 2 , * , scale = True , max_iter = 500 , tol = 1e-06 ,...11.9 , 12.3 ]] >>> cca = CCA ( n_components = 1 ) >>> cca . fit (...
    scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.CCA.html
    Wed Jul 02 18:21:48 UTC 2025
      158.9K bytes
      Cache
     
  2. dbscan — scikit-learn 1.7.0 documentation

    metric_params = None , algorithm = 'auto' , leaf_size = 30 , p = 2 , sample_weight...dbscan ( X , eps = 0.5 , * , min_samples = 5 , metric = 'minkowski'...
    scikit-learn.org/stable/modules/generated/dbscan-function.html
    Wed Jul 02 18:21:48 UTC 2025
      115.6K bytes
      Cache
     
  3. affinity_propagation — scikit-learn 1.7.0 docum...

    preference = None , convergence_iter = 15 , max_iter = 200 , damping...damping = 0.5 , copy = True , verbose = False , return_n_iter =...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.affinity_propagation.html
    Wed Jul 02 18:21:48 UTC 2025
      114K bytes
      Cache
     
  4. fetch_rcv1 — scikit-learn 1.7.0 documentation

    data_home = None , subset = 'all' , download_if_missing = True ,...random_state = None , shuffle = False , return_X_y = False , n_retries...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_rcv1.html
    Wed Jul 02 18:21:48 UTC 2025
      112K bytes
      Cache
     
  5. FeatureAgglomeration — scikit-learn 1.7.0 docum...

    ( n_clusters=2 , * , metric='euclidean' , memory=None , connectivity=None...connectivity=None , compute_full_tree='auto' , linkage='ward' , p...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.FeatureAgglomeration.html
    Wed Jul 02 18:21:48 UTC 2025
      138.5K bytes
      Cache
     
  6. make_gaussian_quantiles — scikit-learn 1.7.0 do...

    mean = None , cov = 1.0 , n_samples = 100 , n_features = 2 , n_classes...n_classes = 3 , shuffle = True , random_state = None ) [source]...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_gaussian_quantiles.html
    Wed Jul 02 18:21:48 UTC 2025
      112K bytes
      Cache
     
  7. 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
    Wed Jun 18 01:04:20 UTC 2025
      126.2K bytes
      Cache
     
  8. Displaying estimators and complex pipelines — s...

    lr = LogisticRegression ( penalty = "l1" ) print (...num_proc = make_pipeline ( SimpleImputer ( strategy = "median"...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_estimator_representation.html
    Wed Jul 02 18:21:48 UTC 2025
      131.3K bytes
      Cache
     
  9. 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
    Wed Jul 02 18:21:48 UTC 2025
      120.8K bytes
      Cache
     
  10. 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...
    Wed Jul 02 18:21:48 UTC 2025
      141.6K bytes
      Cache
     
Back to top