Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 871 - 880 of 4,438 for * (6.39 sec)

  1. make_s_curve scikit-learn 1.7.2 documentation

    X . shape (100, 3) >>> t . shape (100,) Gallery examples # Comparison...sklearn.datasets. make_s_curve ( n_samples = 100 , * , noise = 0.0 , random_state...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_s_curve.html
    Mon Nov 03 14:20:03 UTC 2025
      108.7K bytes
      Cache
     
  2. locally_linear_embedding scikit-learn 1.7.2 d...

    solver. method {standard, hessian, modified, ltsa}, default=’standard’...distances. eigen_solver {auto, arpack, dense}, default=auto’...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.locally_linear_embedding.html
    Mon Nov 03 14:20:04 UTC 2025
      115.5K bytes
      Cache
     
  3. get_scorer scikit-learn 1.7.2 documentation

    , - 1 , - 0.5 , 2 ], ( - 1 , 1 )) >>> y = np . array ([ 0 , 1...get_scorer ( "accuracy" ) >>> accuracy ( classifier , X , y ) 0.4 Gallery...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.get_scorer.html
    Mon Nov 03 14:20:05 UTC 2025
      109.3K bytes
      Cache
     
  4. RBFSampler scikit-learn 1.7.2 documentation

    1 , 1 ], [ 1 , 0 ], [ 0 , 1 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>>...https://people.eecs.berkeley.edu/~brecht/papers/08.rah.rec.nips.pdf ) Examples >>>...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.RBFSampler.html
    Mon Nov 03 14:20:05 UTC 2025
      130.9K bytes
      1 views
      Cache
     
  5. cosine_similarity scikit-learn 1.7.2 document...

    = [[ 0 , 0 , 0 ], [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 ,..., 1 , 0 ]] >>> cosine_similarity ( X , Y ) array([[0. , 0. ],...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.cosine_similarity.html
    Mon Nov 03 14:20:05 UTC 2025
      109.4K bytes
      Cache
     
  6. IsolationForest scikit-learn 1.7.2 documentation

    max_samples = 'auto' , contamination = 'auto' , max_features = 1.0 , bootstrap...from 0.1 to 'auto' . max_features int or float, default=1.0 The...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.IsolationForest.html
    Mon Nov 03 14:20:03 UTC 2025
      147.4K bytes
      Cache
     
  7. ConstantKernel scikit-learn 1.7.2 documentation

    True ) (array([606.1]), array([0.248])) __call__ ( X , Y = None...constant_value = 1.0 , constant_value_bounds = (1e-05, 100000.0) ) [source]...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.ConstantKernel.html
    Mon Nov 03 14:20:05 UTC 2025
      125.9K bytes
      Cache
     
  8. partial_dependence scikit-learn 1.7.2 documen...

    None , response_method = 'auto' , percentiles = (0.05, 0.95) ,...feature (e.g. [0] ) or pair of interacting features (e.g. [(0, 1)]...
    scikit-learn.org/stable/modules/generated/sklearn.inspection.partial_dependence.html
    Mon Nov 03 14:20:05 UTC 2025
      129.1K bytes
      Cache
     
  9. fetch_lfw_people scikit-learn 1.7.2 documenta...

    False , slice_ = (slice(70, 195, None), slice(78, 172, None)) , download_if_missing...slice(78, 172)) Provide a custom 2D slice (height, width) to extract...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_lfw_people.html
    Mon Nov 03 14:20:05 UTC 2025
      114.8K bytes
      Cache
     
  10. get_data_home scikit-learn 1.7.2 documentation

    get_data_home () >>> os . path . exists ( data_home_path ) True Gallery...examples # Out-of-core classification of text documents Out-of-core...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.get_data_home.html
    Mon Nov 03 14:20:04 UTC 2025
      108K bytes
      Cache
     
Back to top