Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 601 - 610 of 3,247 for 2 (0.55 sec)

  1. RegressorChain — scikit-learn 1.7.2 documentation

    2 ], [ 1 , 1 ], [ 2 , 0 ]] >>> chain = RegressorChain...predict ( X ) array([[0., 2.], [1., 1.], [2., 0.]]) fit ( X , Y ,...
    scikit-learn.org/stable/modules/generated/sklearn.multioutput.RegressorChain.html
    Wed Sep 24 16:15:25 UTC 2025
      133.7K bytes
      Cache
     
  2. smacof — scikit-learn 1.7.2 documentation

    2 ], [ 1 , 0 , 3 ], [ 2 , 3 , 0 ]]) >>> dissimilarities...metric = True , n_components = 2 , init = None , n_init = 'warn'...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.smacof.html
    Wed Sep 24 16:15:24 UTC 2025
      117.1K bytes
      Cache
     
  3. 4. Metadata Routing — scikit-learn 1.7.2 docume...

    2 , size = n_samples ) >>> my_groups...of its underlying objects. 4.1.2. Weighted scoring and unweighted...
    scikit-learn.org/stable/metadata_routing.html
    Tue Sep 23 15:14:21 UTC 2025
      89.1K bytes
      Cache
     
  4. Blind source separation using FastICA — scikit-...

    # Signal 2 : square signal s3 = signal . sawtooth ( 2 * np . pi...1 , 1 ], [ 0.5 , 2 , 1.0 ], [ 1.5 , 1.0 , 2.0 ]]) # Mixing matrix...
    scikit-learn.org/stable/auto_examples/decomposition/plot_ica_blind_source_separation.html
    Wed Sep 24 16:15:25 UTC 2025
      97K bytes
      Cache
     
  5. Biclustering documents with the Spectral Co-clu...

    veal bicluster 2 : 1259 documents, 3534 words categories...
    scikit-learn.org/stable/auto_examples/bicluster/plot_bicluster_newsgroups.html
    Wed Sep 24 16:15:25 UTC 2025
      109.8K bytes
      Cache
     
  6. Compare Stochastic learning strategies for MLPC...

    subplots ( 2 , 2 , figsize = ( 15 , 10 )) # load...0 , "learning_rate_init" : 0.2 , }, { "solver" : "sgd" , "learning_rate"...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_mlp_training_curves.html
    Wed Sep 24 16:15:26 UTC 2025
      105.4K bytes
      Cache
     
  7. Demonstration of k-means assumptions — scikit-l...

    subplots ( nrows = 2 , ncols = 2 , figsize = ( 12 , 12 ))...plt . subplots ( nrows = 2 , ncols = 2 , figsize = ( 12 , 12 ))...
    scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_assumptions.html
    Wed Sep 24 16:15:25 UTC 2025
      115.6K bytes
      Cache
     
  8. Demo of HDBSCAN clustering algorithm — scikit-l...

    2 , 0.35 , 1.35 , 1.35 ], random_state...fig , axes = plt . subplots ( 2 , 1 , figsize = ( 10 , 8 )) params...
    scikit-learn.org/stable/auto_examples/cluster/plot_hdbscan.html
    Wed Sep 24 16:15:25 UTC 2025
      128.9K bytes
      Cache
     
  9. Plot the support vectors in LinearSVC — scikit-...

    centers = 2 , random_state = 0 ) plt . figure...support_vector_indices ] plt . subplot ( 1 , 2 , i + 1 ) plt . scatter ( X [:,...
    scikit-learn.org/stable/auto_examples/svm/plot_linearsvc_support_vectors.html
    Wed Sep 24 16:15:25 UTC 2025
      91.7K bytes
      Cache
     
  10. check_X_y — scikit-learn 1.7.2 documentation

    2 ], [ 3 , 4 ], [ 5 , 6 ]] >>> y = [ 1 , 2 , 3 ] >>>...array([[1, 2], [3, 4], [5, 6]]) >>> y array([1, 2, 3]) On this...
    scikit-learn.org/stable/modules/generated/sklearn.utils.check_X_y.html
    Wed Sep 24 16:15:26 UTC 2025
      115.6K bytes
      Cache
     
Back to top