Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 451 - 460 of over 10,000 for 1 (1.92 seconds)

Filter
  1. Model-based and sequential feature selection — ...

    027 1.058 concavity (worst): 0.0 1.252 concave points...search in the space of 1-4 features and 1-3 separating planes....
    scikit-learn.org/stable/auto_examples/feature_selection/plot_select_from_model_diabetes.html
    Tue Mar 17 03:44:39 UTC 2026
      21.1K bytes
      Cache
     
  2. kneighbors_graph — scikit-learn 1.8.0 documenta...

    () array([[1., 0., 1.], [0., 1., 1.], [1., 0., 1.]]) Gallery...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.kneighbors_graph.html
    Tue Mar 17 03:44:39 UTC 2026
      14.6K bytes
      Cache
     
  3. StratifiedGroupKFold — scikit-learn 1.8.0 docum...

    1 , 1 , 1 , 1 , 1 , 1 , 0 , 0 , 0 , 0 , 0...Train: index=[ 0 1 2 3 7 8 9 10 11 15 16] group=[1 1 2 2 4 5 5 5 5...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedGroupKFold.html
    Tue Mar 17 03:44:39 UTC 2026
      16.5K bytes
      Cache
     
  4. adjusted_mutual_info_score — scikit-learn 1.8.0...

    1 , 1 ], [ 0 , 0 , 1 , 1 ]) 1.0 >>> adjusted_mutual_info_score...ore ([ 0 , 0 , 1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 If classes members...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.adjusted_mutual_info_score.html
    Tue Mar 17 03:44:39 UTC 2026
      15.2K bytes
      Cache
     
  5. radius_neighbors_graph — scikit-learn 1.8.0 doc...

    () array([[1., 0., 1.], [0., 1., 0.], [1., 0., 1.]]) On this...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.radius_neighbors_graph.html
    Tue Mar 17 03:44:39 UTC 2026
      14K bytes
      Cache
     
  6. Time-related feature engineering — scikit-learn...

    spring 0 1 0 False 6 False clear 9.84 14.395 0.81 0.0000 1 spring...spring 0 1 1 False 6 False clear 9.02 13.635 0.80 0.0000 2 spring...
    scikit-learn.org/stable/auto_examples/applications/plot_cyclical_feature_engineering.html
    Tue Mar 17 03:44:38 UTC 2026
      31.4K bytes
      Cache
     
  7. Plot the support vectors in LinearSVC — scikit-...

    subplot ( 1 , 2 , i + 1 ) plt . scatter ( X [:, 0 ], X [:, 1 ], c...colors = "k" , levels = [ - 1 , 0 , 1 ], alpha = 0.5 , linestyles...
    scikit-learn.org/stable/auto_examples/svm/plot_linearsvc_support_vectors.html
    Tue Mar 17 03:44:36 UTC 2026
      15.4K bytes
      Cache
     
  8. GaussianRandomProjection — scikit-learn 1...

    Added in version 1.1. n_features_in_ int Number of...n_components = 'auto' , * , eps = 0.1 , compute_inverse_components =...
    scikit-learn.org/stable/modules/generated/sklearn.random_projection.GaussianRandomProjection.html
    Mon Mar 09 16:03:57 UTC 2026
      16K bytes
      Cache
     
  9. img_to_graph — scikit-learn 1.8.0 documentation

    1], [0, 0, 0, 1], [0, 1, 1, 1]]) On this page...np . array ([[ 0 , 0 ], [ 0 , 1 ]]) >>> img_to_graph ( img , return_as...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.image.img_to_graph.html
    Tue Mar 17 03:44:39 UTC 2026
      13.1K bytes
      Cache
     
  10. _safe_indexing — scikit-learn 1.8.0 documentation

    array([1, 2]) >>> _safe_indexing ( data , 0 , axis = 1 ) # select...integer are supported. If axis=1 : to select a single column, indices...
    scikit-learn.org/stable/modules/generated/sklearn.utils._safe_indexing.html
    Tue Mar 17 03:44:39 UTC 2026
      13.5K bytes
      Cache
     
Back to Top