Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 4101 - 4110 of 4,744 for * (2.61 sec)

  1. t-SNE: The effect of various perplexity values ...

    scatter ( X [ red , 0 ], X [ red , 1 ], c = "r" ) ax . scatter ( X...[ green , 0 ], X [ green , 1 ], c = "g" ) ax . xaxis . set_major_formatter...
    scikit-learn.org/stable/auto_examples/manifold/plot_t_sne_perplexity.html
    Sat Aug 02 00:15:37 UTC 2025
      109.6K bytes
      Cache
     
  2. sklearn.decomposition scikit-learn 1.7.1 docu...

    Factorization (NMF). PCA Principal component analysis (PCA). SparseCoder...algorithms. These include PCA, NMF, ICA, and more. Most of the...
    scikit-learn.org/stable/api/sklearn.decomposition.html
    Sat Aug 02 00:15:35 UTC 2025
      121.4K bytes
      Cache
     
  3. SVM: Weighted samples scikit-learn 1.7.1 docu...

    weights = [ 0.9 , 0.1 ], random_state = 0 , ) # down-sample for plotting...plot.""" axis . scatter ( X_plot [:, 0 ], X_plot [:, 1 ], c =...
    scikit-learn.org/stable/auto_examples/svm/plot_weighted_samples.html
    Sat Aug 02 00:15:37 UTC 2025
      93.7K bytes
      Cache
     
  4. SVM: Separating hyperplane for unbalanced class...

    n_samples_2 = 100 centers = [[ 0.0 , 0.0 ], [ 2.0 , 2.0 ]] clusters_std...svm . SVC ( kernel = "linear" , C = 1.0 ) clf . fit ( X , y )...
    scikit-learn.org/stable/auto_examples/svm/plot_separating_hyperplane_unbalanced.html
    Sat Aug 02 00:15:35 UTC 2025
      94K bytes
      Cache
     
  5. 4. Metadata Routing scikit-learn 1.7.1 docume...

    .. lr , ... X , ... y , ... params = { "sample_weight" : my_weights...my_weights , "groups" : my_groups }, ... cv = GroupKFold (), ... scoring...
    scikit-learn.org/stable/metadata_routing.html
    Sat Aug 02 00:15:34 UTC 2025
      89.1K bytes
      Cache
     
  6. SGDClassifier scikit-learn 1.7.1 documentation

    {‘hinge, log_loss, modified_huber, squared_hinge, perceptron’,...‘perceptron, squared_error, huber, epsilon_insensitive, squar...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDClassifier.html
    Sat Aug 02 00:15:35 UTC 2025
      186.7K bytes
      Cache
     
  7. PartialDependenceDisplay scikit-learn 1.7.1 d...

    in features . kind {average, individual, both} or list of...parameter with 'average' , 'individual' , and 'both' options. Added in...
    scikit-learn.org/stable/modules/generated/sklearn.inspection.PartialDependenceDisplay.html
    Sat Aug 02 00:15:38 UTC 2025
      176.8K bytes
      Cache
     
  8. OrthogonalMatchingPursuit scikit-learn 1.7.1 ...

    12. (December 1993), pp. 3397-3415. ( https://www.di.ens.fr/~m...OrthogonalMatchingPu () . fit ( X , y ) >>> reg . score ( X , y ) 0.9991 >>>...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.OrthogonalMatchingPursuit.html
    Sat Aug 02 00:15:38 UTC 2025
      134K bytes
      2 views
      Cache
     
  9. lars_path scikit-learn 1.7.1 documentation

    random_state = 0 ... ) >>> true_coef array([ 0. , 0. , 0. , 97.9, 45.7])...method=’lasso is: ( 1 / ( 2 * n_samples )) * || y - Xw ||^ 2_2 + alpha *...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.lars_path.html
    Sat Aug 02 00:15:38 UTC 2025
      120.5K bytes
      Cache
     
  10. sklearn.cluster scikit-learn 1.7.1 documentation

    density-based clustering. KMeans K-Means clustering. MeanShift...kernel. MiniBatchKMeans Mini-Batch K-Means clustering. OPTICS...
    scikit-learn.org/stable/api/sklearn.cluster.html
    Sat Aug 02 00:15:36 UTC 2025
      123.1K bytes
      Cache
     
Back to top