Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 411 - 420 of 3,230 for 1 (0.3 sec)

  1. mean_variance_axis — scikit-learn 1.7.1 documen...

    1 , 2 , 2 ]) >>> data = np . array ([ 8 , 1 , 2 , 5 ])...of CSR or CSC format. axis {0, 1} Axis along which the axis should...
    scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.mean_variance_axis.html
    Sat Aug 02 00:15:38 UTC 2025
      110K bytes
      Cache
     
  2. davies_bouldin_score — scikit-learn 1.7.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 Aug 02 00:15:38 UTC 2025
      107.3K bytes
      Cache
     
  3. pairwise_distances_chunked — scikit-learn 1.7.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 Aug 02 00:15:38 UTC 2025
      118K bytes
      Cache
     
  4. FrozenEstimator — scikit-learn 1.7.1 documentation

    scikit-learn 1.6 Release Highlights for scikit-learn 1.6 On this...
    scikit-learn.org/stable/modules/generated/sklearn.frozen.FrozenEstimator.html
    Sat Aug 02 00:15:38 UTC 2025
      119K bytes
      Cache
     
  5. make_sparse_uncorrelated — scikit-learn 1.7.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 Aug 02 00:15:38 UTC 2025
      108.6K bytes
      Cache
     
  6. Version 0.19 — scikit-learn 1.7.1 documentation

    1.4 to 0.1.7 for resolving links in...linear_model.HuberRegressor . For Scipy <= 1.0.0, the optimizer could perform...
    scikit-learn.org/stable/whats_new/v0.19.html
    Sat Aug 02 00:15:36 UTC 2025
      176.5K bytes
      Cache
     
  7. Manifold Learning methods on a severed sphere —...

    69 sec modified: 1.3 sec ISO: 0.2 sec MDS: 0.76 sec...trans_data [ 0 ], trans_data [ 1 ], c = colors , cmap = plt . cm...
    scikit-learn.org/stable/auto_examples/manifold/plot_manifold_sphere.html
    Sat Aug 02 00:15:37 UTC 2025
      118.9K bytes
      Cache
     
  8. load_svmlight_files — scikit-learn 1.7.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 Aug 02 00:15:35 UTC 2025
      111.5K bytes
      Cache
     
  9. gen_even_slices — scikit-learn 1.7.1 documentation

    1, None), slice(1, 2, None), ..., slice(9,...list ( gen_even_slices ( 10 , 1 )) [slice(0, 10, None)] >>> list...
    scikit-learn.org/stable/modules/generated/sklearn.utils.gen_even_slices.html
    Sat Aug 02 00:15:35 UTC 2025
      109.1K bytes
      Cache
     
  10. inplace_column_scale — scikit-learn 1.7.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 Aug 02 00:15:38 UTC 2025
      108.5K bytes
      Cache
     
Back to top