Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 621 - 630 of 2,956 for 1 (0.27 sec)

  1. fetch_california_housing — scikit-learn 1.6.1 d...

    Added in version 1.5. delay float, default=1.0 Number of seconds...False , n_retries = 3 , delay = 1.0 ) [source] # Load the California...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_california_housing.html
    Mon Apr 21 17:07:39 UTC 2025
      117.4K bytes
      Cache
     
  2. fetch_species_distributions — scikit-learn 1.6....

    Added in version 1.5. delay float, default=1.0 Number of seconds...True , n_retries = 3 , delay = 1.0 ) [source] # Loader for species...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_species_distributions.html
    Mon Apr 21 17:07:39 UTC 2025
      113.2K bytes
      Cache
     
  3. fetch_rcv1 — scikit-learn 1.6.1 documentation

    Added in version 1.5. delay float, default=1.0 Number of seconds...False , n_retries = 3 , delay = 1.0 ) [source] # Load the RCV1 multilabel...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_rcv1.html
    Mon Apr 21 17:07:39 UTC 2025
      112.4K bytes
      Cache
     
  4. RadiusNeighborsClassifier — scikit-learn 1.6.1 ...

    () array([[1., 0., 1.], [0., 1., 0.], [1., 0., 1.]]) score (...[[ 0 ], [ 1 ], [ 2 ], [ 3 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>> from...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.RadiusNeighborsClassifier.html
    Sat Apr 19 00:31:22 UTC 2025
      152.7K bytes
      Cache
     
  5. Orthogonal Matching Pursuit — scikit-learn 1.6....

    1 , 1 ) plt . xlim ( 0 , 512 ) plt...make_sparse_coded_signal ( n_samples = 1 , n_components = n_components...
    scikit-learn.org/stable/auto_examples/linear_model/plot_omp.html
    Sat Apr 19 00:31:22 UTC 2025
      96.8K bytes
      Cache
     
  6. NuSVC — scikit-learn 1.6.1 documentation

    array ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ 1 , 1 ], [ 2 , 1 ]]) >>>...default=-1 Hard limit on iterations within solver, or -1 for no...
    scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVC.html
    Sat Apr 19 00:31:22 UTC 2025
      156K bytes
      Cache
     
  7. RadiusNeighborsTransformer — scikit-learn 1.6.1...

    () array([[1., 0., 1.], [0., 1., 0.], [1., 0., 1.]]) set_output...who’s the closest point to [1, 1, 1]: >>> import numpy as np >>>...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.RadiusNeighborsTransformer.html
    Sat Apr 19 00:31:21 UTC 2025
      146.1K bytes
      Cache
     
  8. RBFSampler — scikit-learn 1.6.1 documentation

    [ 1 , 1 ], [ 1 , 0 ], [ 0 , 1 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>>...in version 1.2: The option "scale" was added in 1.2. n_components...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.RBFSampler.html
    Sat Apr 19 00:31:21 UTC 2025
      131.3K bytes
      Cache
     
  9. inplace_row_scale — scikit-learn 1.6.1 document...

    1 , 2 , 3 , 3 ]) >>> data = np . array ([ 8 , 1 , 2 , 5...csr . todense () matrix([[8, 1, 0, 0], [0, 0, 2, 0], [0, 0, 0,...
    scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.inplace_row_scale.html
    Sat Apr 19 00:31:21 UTC 2025
      109K bytes
      Cache
     
  10. SVR — scikit-learn 1.6.1 documentation

    Added in version 1.1. n_support_ ndarray of shape (1,), dtype=int32..., tol = 0.001 , C = 1.0 , epsilon = 0.1 , shrinking = True ,...
    scikit-learn.org/stable/modules/generated/sklearn.svm.SVR.html
    Sat Apr 19 00:31:22 UTC 2025
      147.3K bytes
      Cache
     
Back to top