Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 341 - 350 of 2,947 for 1 (0.74 sec)

  1. SelectFdr — scikit-learn 1.6.1 documentation

    Added in version 1.0. See also f_classif ANOVA F-value..."x1", ..., "x(n_features_in_ - 1)"] . If input_features is an array-like,...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFdr.html
    Sat Apr 19 00:31:22 UTC 2025
      133.3K bytes
      Cache
     
  2. SelectFwe — scikit-learn 1.6.1 documentation

    Added in version 1.0. See also f_classif ANOVA F-value..."x1", ..., "x(n_features_in_ - 1)"] . If input_features is an array-like,...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFwe.html
    Sat Apr 19 00:31:21 UTC 2025
      132.2K bytes
      Cache
     
  3. davies_bouldin_score — scikit-learn 1.6.1 docum...

    1 ], [ 1 , 1 ], [ 3 , 4 ]] >>> labels = [ 0 , 0 , 1 ] >>>...Davies-Bouldin score. References [ 1 ] Davies, David L.; Bouldin, Donald...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.davies_bouldin_score.html
    Sat Apr 19 00:31:20 UTC 2025
      107.8K bytes
      Cache
     
  4. pairwise_distances_chunked — scikit-learn 1.6.1...

    means 1 unless in a joblib.parallel_backend context. -1 means...D_chunk < r )) . mean ( axis = 1 ) ... return neigh , avg_dist...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise_distances_chunked.html
    Sat Apr 19 00:31:20 UTC 2025
      117.9K bytes
      Cache
     
  5. Manifold Learning methods on a severed sphere —...

    77 sec modified: 1.2 sec ISO: 0.19 sec MDS: 0.81...trans_data [ 0 ], trans_data [ 1 ], c = colors , cmap = plt . cm...
    scikit-learn.org/stable/auto_examples/manifold/plot_manifold_sphere.html
    Sat Apr 19 00:31:22 UTC 2025
      118.8K bytes
      Cache
     
  6. make_sparse_uncorrelated — scikit-learn 1.6.1 d...

    described in Celeux et al [1]. as: X ~ N ( 0 , 1 ) y ( X ) = X [:, 0...0 ] + 2 * X [:, 1 ] - 2 * X [:, 2 ] - 1.5 * X [:, 3 ] Only the...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_sparse_uncorrelated.html
    Sat Apr 19 00:31:21 UTC 2025
      109.1K bytes
      Cache
     
  7. load_svmlight_files — scikit-learn 1.6.1 docume...

    shape[1] == X_test.shape[1]). This may not be the...query_id=False , offset=0 , length=-1 ) [source] # Load dataset from...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_svmlight_files.html
    Sat Apr 19 00:31:21 UTC 2025
      111.9K bytes
      Cache
     
  8. Isotonic Regression — scikit-learn 1.6.1 docume...

    An illustration of the isotonic regression on generated data (non-linear monotonic trend with homoscedastic uniform noise). The isotonic regression algorithm finds a non-decreasing approximation of...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_isotonic_regression.html
    Sat Apr 19 00:31:21 UTC 2025
      108.7K bytes
      Cache
     
  9. Model Selection — scikit-learn 1.6.1 documentation

    Examples related to the sklearn.model_selection module. Balance model complexity and cross-validated score Class Likelihood Ratios to measure classification performance Comparing randomized search ...
    scikit-learn.org/stable/auto_examples/model_selection/index.html
    Sat Apr 19 00:31:20 UTC 2025
      89.2K bytes
      Cache
     
  10. inplace_column_scale — scikit-learn 1.6.1 docum...

    1 , 2 , 2 ]) >>> data = np . array ([ 8 , 1 , 2 , 5 ])...csr . todense () matrix([[8, 1, 2], [0, 0, 5], [0, 0, 0], [0,...
    scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.inplace_column_scale.html
    Sat Apr 19 00:31:21 UTC 2025
      108.9K bytes
      Cache
     
Back to top