Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 891 - 900 of 3,461 for 1 (0.1 sec)

  1. Spectral clustering for image segmentation — sc...

    [ 0 ]) ** 2 + ( y - center1 [ 1 ]) ** 2 < radius1 ** 2 circle2...[ 0 ]) ** 2 + ( y - center2 [ 1 ]) ** 2 < radius2 ** 2 circle3...
    scikit-learn.org/stable/auto_examples/cluster/plot_segmentation_toy.html
    Tue Dec 24 12:16:11 UTC 2024
      100.9K bytes
      Cache
     
  2. Plot the support vectors in LinearSVC — scikit-...

    subplot ( 1 , 2 , i + 1 ) plt . scatter ( X [:, 0 ], X [:, 1 ], c...colors = "k" , levels = [ - 1 , 0 , 1 ], alpha = 0.5 , linestyles...
    scikit-learn.org/stable/auto_examples/svm/plot_linearsvc_support_vectors.html
    Tue Dec 24 12:16:11 UTC 2024
      92.4K bytes
      Cache
     
  3. JMX configuration options | APM Java Agent Refe...

    capture_jmx_metrics ( [ 1.11.0 ] Added in 1.11.0. ) Report metrics...attribute[*] is accepted (from 1.44.0) to mean match all possible...
    www.elastic.co/guide/en/apm/agent/java/current/config-jmx.html
    Tue Aug 27 23:14:16 UTC 2024
      18.2K bytes
      Cache
     
  4. Approximate nearest neighbors in TSNE — scikit-...

    0 * perplexity + 1 ) + 1 tsne_params = dict ( init =...improved since scikit-learn 1.1. Furthermore, the brute-force...
    scikit-learn.org/stable/auto_examples/neighbors/approximate_nearest_neighbors.html
    Tue Dec 24 12:16:11 UTC 2024
      135.4K bytes
      Cache
     
  5. SVM: Weighted samples — scikit-learn 1.6.0 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
    Tue Dec 24 12:16:12 UTC 2024
      93.8K bytes
      Cache
     
  6. Plot class probabilities calculated by the Voti...

    [ 1.1 , 1.2 ]]) y = np . array ([ 1 , 1 , 2 , 2 ]) eclf...np . array ([[ - 1.0 , - 1.0 ], [ - 1.2 , - 1.4 ], [ - 3.4 , -...
    scikit-learn.org/stable/auto_examples/ensemble/plot_voting_probas.html
    Tue Dec 24 12:16:11 UTC 2024
      101.6K bytes
      Cache
     
  7. Ridge coefficients as a function of the L2 Regu...

    random_state = 1 ) # Obtain the true coefficients...fig , axs = plt . subplots ( 1 , 2 , figsize = ( 20 , 6 )) coefs...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ridge_coeffs.html
    Tue Dec 24 12:16:12 UTC 2024
      103.7K bytes
      Cache
     
  8. 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
    Tue Dec 24 12:16:11 UTC 2024
      244.5K bytes
      Cache
     
  9. Underfitting vs. Overfitting — scikit-learn 1.6...

    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
    Tue Dec 24 12:16:10 UTC 2024
      99.1K bytes
      Cache
     
  10. column_or_1d — scikit-learn 1.6.0 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
    Tue Dec 24 12:16:10 UTC 2024
      107.1K bytes
      Cache
     
Back to top