Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 161 - 170 of over 10,000 for 1 (3.51 seconds)

  1. homogeneity_score — scikit-learn 1.7.2 do...

    1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 Non-perfect labelings...homogeneity_score ([ 0 , 0 , 1 , 1 ], [ 0 , 0 , 1 , 2 ])) 1.000000 >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.homogeneity_score.html
    Mon Nov 24 10:55:06 GMT 2025
      114.5K bytes
      Cache
     
  2. maxabs_scale — scikit-learn 1.7.2 documen...

    1 , 2 ], [ - 1 , 0 , 1 ]] >>> maxabs_scale...column independently array([[-1. , 1. , 1. ], [-0.5, 0. , 0.5]]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.maxabs_scale.html
    Wed Nov 26 04:38:19 GMT 2025
      109.8K bytes
      Cache
     
  3. adjusted_rand_score — scikit-learn 1.7.2 ...

    1 , 1 ], [ 0 , 0 , 1 , 1 ]) 1.0 >>> adjusted_rand_score...adjusted_rand_score ([ 0 , 0 , 1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 Labelings that...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.adjusted_rand_score.html
    Mon Nov 24 10:55:07 GMT 2025
      117.6K bytes
      Cache
     
  4. AnnotationAwareOrderComparator (Spring Framewor...

    1 Author: Juergen Hoeller, Oliver...sorting for lists with size 0 or 1, in order to avoid unnecessary...
    docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/core/annotation/Anno...
    Fri Feb 01 00:00:00 GMT 1980
      30.5K bytes
      Cache
     
  5. TfidfTransformer — scikit-learn 1.7.2 doc...

    array([[1, 1, 1, 1, 0, 1, 0, 0], [1, 2, 0, 1, 1, 1, 0, 0], [1, 0,...0, 0, 1, 0, 1, 1, 1], [1, 1, 1, 1, 0, 1, 0, 0]]) >>> pipe...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.TfidfTransformer.html
    Mon Nov 24 12:29:38 GMT 2025
      141.3K bytes
      Cache
     
  6. f_classif — scikit-learn 1.7.2 documentation

    n_clusters_per_class = 1 , ... shuffle = False , random_state...f_statistic array([2.21e+02, 7.02e-01, 1.70e+00, 9.31e-01, 5.41e+00, 3.25e-01,...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.f_classif.html
    Mon Nov 24 12:29:41 GMT 2025
      110.7K bytes
      Cache
     
  7. hinge_loss — scikit-learn 1.7.2 documenta...

    [ 1 ]] >>> y = [ - 1 , 1 ] >>>...>>> hinge_loss ([ - 1 , 1 , 1 ], pred_decision ) 0.30 In...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.hinge_loss.html
    Mon Nov 24 11:23:21 GMT 2025
      114.8K bytes
      Cache
     
  8. TimeSeriesSplit — scikit-learn 1.7.2 docu...

    array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [...index=[0] Test: index=[1] Fold 1: Train: index=[0 1] Test: index=[2]...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.TimeSeriesSplit.html
    Mon Nov 24 11:23:21 GMT 2025
      129.5K bytes
      Cache
     
  9. FeatureUnion — scikit-learn 1.7.2 documen...

    svd__n_components = 1 ) . fit_transform ( X ) array([[-1.5 , 3.04], [ 1.5 , 5.72]])...unchanged. Added in version 1.1: Added the option "passthrough"...
    scikit-learn.org/stable/modules/generated/sklearn.pipeline.FeatureUnion.html
    Wed Nov 26 04:38:21 GMT 2025
      134.5K bytes
      Cache
     
  10. make_hastie_10_2 — scikit-learn 1.7.2 doc...

    float64(-1.0), np.float64(1.0), np.float64(-1.0), np.float64(1.0),...i ] = 1 if np . sum ( X [ i ] ** 2 ) > 9.34 else - 1 Read more...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_hastie_10_2.html
    Mon Nov 24 10:55:06 GMT 2025
      110.6K bytes
      Cache
     
Back to Top