Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 441 - 450 of 3,483 for 1 (0.09 sec)

  1. Faces dataset decompositions — scikit-learn 1.6...

    mean ( axis = 1 ) . reshape ( n_samples , - 1 ) print ( "Dataset...n_components = n_components , alpha = 0.1 , max_iter = 100 , batch_size...
    scikit-learn.org/stable/auto_examples/decomposition/plot_faces_decomposition.html
    Fri Dec 20 11:14:14 UTC 2024
      130.9K bytes
      Cache
     
  2. Recursive feature elimination — scikit-learn 1....

    n_features_to_select = 1 , step = 1 )), ] ) pipe . fit ( X ,...(( len ( digits . images ), - 1 )) y = digits . target pipe =...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_rfe_digits.html
    Fri Dec 20 11:14:18 UTC 2024
      91.9K bytes
      Cache
     
  3. fetch_kddcup99 — scikit-learn 1.6.0 documentation

    Added in version 1.5. delay float, default=1.0 Number of seconds...False , n_retries = 3 , delay = 1.0 ) [source] # Load the kddcup99...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_kddcup99.html
    Fri Dec 20 11:14:14 UTC 2024
      114.1K bytes
      Cache
     
  4. max_error — scikit-learn 1.7.dev0 documentation

    1 ] >>> y_pred = [ 4 , 2 , 7 , 1 ] >>> max_error...( y_true , y_pred ) np.int64(1) On this page Show Source...
    scikit-learn.org/dev/modules/generated/sklearn.metrics.max_error.html
    Mon Dec 09 18:03:45 UTC 2024
      106.3K bytes
      Cache
      Similar Results (1)
     
  5. Version 0.15 — scikit-learn 1.7.dev0 documentation

    Ben-Meshulam 1 Yury V. Zaytsev 1 adrinjalali 1 ai8rahim 1 alemagnani 1 alex...jamestwebber 1 matrixorz 1 popo 1 samuela 1 François Boulogne 1 Alexander...
    scikit-learn.org/dev/whats_new/v0.15.html
    Fri Dec 20 11:14:15 UTC 2024
      79.3K bytes
      Cache
      Similar Results (1)
     
  6. type_of_target — scikit-learn 1.6.0 documentation

    1 , 0.6 ]) 'continuous' >>> type_of_target ([ 1 , - 1 , -...type_of_target ( np . array ([[ 0 , 1 ], [ 1 , 1 ]])) 'multilabel-indicator'...
    scikit-learn.org/stable/modules/generated/sklearn.utils.multiclass.type_of_target.html
    Fri Dec 20 11:14:16 UTC 2024
      112.8K bytes
      Cache
     
  7. Configuration | APM Java Agent Reference [1.x] ...

    recording ( [ 1.15.0 ] Added in 1.15.0. ) enabled ( [ 1.18.0 ] Added...Added in 1.18.0. ) instrument ( [ 1.0.0 ] Added in 1.0.0. Changing...
    www.elastic.co/guide/en/apm/agent/java/current/configuration.html
    Thu Dec 12 16:32:43 UTC 2024
      52.8K bytes
      Cache
     
  8. Demo of DBSCAN clustering algorithm — scikit-le...

    centers = [[ 1 , 1 ], [ - 1 , - 1 ], [ 1 , - 1 ]] X , labels_true...len ( set ( labels )) - ( 1 if - 1 in labels else 0 ) n_noise_...
    scikit-learn.org/stable/auto_examples/cluster/plot_dbscan.html
    Fri Dec 20 11:14:18 UTC 2024
      103.4K bytes
      Cache
     
  9. Version 0.24 — scikit-learn 1.7.dev0 documentation

    deprecated and will be removed in 1.1 (renaming of 0.26). #17864 by...grid_scores_ will be removed in version 1.1 (renaming of 0.26). #16392 by...
    scikit-learn.org/dev/whats_new/v0.24.html
    Fri Dec 20 11:14:15 UTC 2024
      205.3K bytes
      Cache
      Similar Results (1)
     
  10. 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
    Fri Dec 20 11:14:18 UTC 2024
      100.9K bytes
      Cache
     
Back to top