Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1061 - 1070 of over 10,000 for 2 (0.19 seconds)

  1. Outlier detection on a real data set — sc...

    2 ]] # two clusters fig , ax = plt..."outlying points" , xy = ( 4 , 2 ), xycoords = "data"...
    scikit-learn.org/stable/auto_examples/applications/plot_outlier_detection_wine.html
    Tue Dec 02 09:15:25 GMT 2025
      101.7K bytes
      Cache
     
  2. Multilabel classification using a classifier ch...

    2 , random_state = 0 ) Fit models..."Chain 1" , "Chain 2" , "Chain 3" ,...
    scikit-learn.org/stable/auto_examples/multioutput/plot_classifier_chain_yeast.html
    Tue Dec 02 09:15:25 GMT 2025
      105.1K bytes
      Cache
     
  3. Plot Ridge coefficients as a function of the re...

    - 2 , n_alphas ) coefs = [] for a...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ridge_path.html
    Tue Dec 02 09:15:49 GMT 2025
      91.7K bytes
      Cache
     
  4. Test with permutations the significance of a cl...

    StratifiedKFold ( n_splits = 2 , shuffle = True , random_state...
    scikit-learn.org/stable/auto_examples/model_selection/plot_permutation_tests_for_classification.html
    Tue Dec 02 09:15:25 GMT 2025
      100.9K bytes
      Cache
     
  5. One-class SVM with non-linear kernel (RBF) &#82...

    2 ) X_train = np . r_ [ X + 2 , X - 2 ] # Generate...randn ( 20 , 2 ) X_test = np . r_ [ X + 2 , X - 2 ] # Generate...
    scikit-learn.org/stable/auto_examples/svm/plot_oneclass.html
    Tue Dec 02 10:54:43 GMT 2025
      100.8K bytes
      Cache
     
  6. Selecting the number of clusters with silhouett...

    and 2 columns fig , ( ax1 , ax2 ) = plt . subplots ( 1 , 2 ) fig...ambivalent in deciding between 2 and 4. Also from the thickness...
    scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_silhouette_analysis.html
    Tue Dec 02 09:15:49 GMT 2025
      104.3K bytes
      Cache
     
  7. Build an AI research agent for image analysis w...

    2 Vision Model alongside the Granite 3.2 8B Language...image analysis with Granite 3.2 Reasoning and Vision models Combine...
    developer.ibm.com/tutorials/awb-build-ai-research-agent-image-analysis-granite/
    Tue Dec 02 09:26:00 GMT 2025
      713.5K bytes
      Cache
     
  8. A demo of K-Means clustering on the handwritten...

    can use PCA to project into a 2-dimensional space and plot the...reduced_data = PCA ( n_components = 2 ) . fit_transform ( data ) kmeans...
    scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_digits.html
    Tue Dec 02 09:15:25 GMT 2025
      116.7K bytes
      Cache
     
  9. 9.3. Parallelism, resource management, and conf...

    2.2.2. SKLEARN_WORKING_MEMORY # Sets...J. Fan . 9.3.2. Configuration switches # 9.3.2.1. Python API...
    scikit-learn.org/stable/computing/parallelism.html
    Tue Dec 02 12:33:20 GMT 2025
      61K bytes
      Cache
     
  10. 7.8. Pairwise metrics, Affinities and Kernels &...

    for all a and b 2. d ( a , b ) == 0 , if and only...>>> X = np . array ([[ 2 , 3 ], [ 3 , 5 ], [ 5 , 8 ]])...
    scikit-learn.org/stable/modules/metrics.html
    Tue Dec 02 12:33:20 GMT 2025
      55.4K bytes
      Cache
     
Back to Top