Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 291 - 300 of over 10,000 for 1 (3.97 seconds)

Filter
  1. KernelPCA — scikit-learn 1.8.0 documentation

    coef0 = 1 , kernel_params = None , alpha = 1.0 , fit_inverse_transform...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.KernelPCA.html
    Tue Mar 17 03:44:39 UTC 2026
      19.3K bytes
      Cache
     
  2. ExtraTreeRegressor — scikit-learn 1.8.0 documen...

    min_samples_leaf = 1 , min_weight_fraction_leaf = 0.0 , max_features = 1.0 ,...max_features=n_features . Changed in version 1.1: The default of max_features...
    scikit-learn.org/stable/modules/generated/sklearn.tree.ExtraTreeRegressor.html
    Tue Mar 17 03:44:39 UTC 2026
      20.1K bytes
      Cache
     
  3. Importance of Feature Scaling — scikit-learn 1....

    it has a standard deviation of 1 and a mean of 0. Even if tree...variable “hue” varies between 1 and 10. Because of this, distances...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_scaling_importance.html
    Tue Mar 17 03:44:38 UTC 2026
      19.4K bytes
      Cache
     
  4. Nystroem — scikit-learn 1.8.0 documentation

    means 1 unless in a joblib.parallel_backend context. -1 means...all strings. Added in version 1.0. See also AdditiveChi2Sampler...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.Nystroem.html
    Tue Mar 17 03:44:39 UTC 2026
      17.7K bytes
      Cache
     
  5. PredefinedSplit — scikit-learn 1.8.0 docu...

    1 , 1 ]) >>> test_fold = [ 0 , 1 , - 1 , 1 ] >>>...PredefinedSplit(test_fold=array([ 0, 1, -1, 1])) >>> for i , (...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.PredefinedSplit.html
    Mon Mar 09 14:07:54 UTC 2026
      13.9K bytes
      Cache
     
  6. VotingRegressor — scikit-learn 1.8.0 documentation

    means 1 unless in a joblib.parallel_backend context. -1 means...KNeighborsRegressor () >>> X = np . array ([[ 1 , 1 ], [ 2 , 4 ], [ 3 , 9 ], [ 4...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.VotingRegressor.html
    Tue Mar 17 03:44:36 UTC 2026
      18.4K bytes
      Cache
     
  7. paired_manhattan_distances — scikit-learn...

    array ([[ 1 , 1 , 0 ], [ 0 , 1 , 0 ], [ 0 , 0 , 1 ]]) >>>...calculated between (X[0], Y[0]), (X[1], Y[1]), …, (X[n_samples], Y[n_samples])....
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.paired_manhattan_distances.html
    Mon Mar 09 14:07:57 UTC 2026
      13K bytes
      Cache
     
  8. PassiveAggressiveRegressor — scikit-learn 1.8.0...

    deprecated in version 1.8 and will be removed in 1.10. Instead use:...PassiveAggressiveReg ( * , C = 1.0 , fit_intercept = True , max_iter...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.PassiveAggressiveRegressor.html
    Tue Mar 17 03:44:39 UTC 2026
      19K bytes
      Cache
     
  9. PatchExtractor — scikit-learn 1.8.0 documentation

    1), it is taken to mean a proportion...load_sample_images () . images [ 1 ] >>> X = X [ None , ... ] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.image.PatchExtractor.html
    Tue Mar 17 03:44:39 UTC 2026
      15.6K bytes
      Cache
     
  10. DotProduct — scikit-learn 1.8.0 documentation

    1)\) priors on the coefficients of \(x_d (d = 1, . . ....nels. DotProduct ( sigma_0 = 1.0 , sigma_0_bounds = (1e-05, 100000.0)...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.DotProduct.html
    Tue Mar 17 03:44:39 UTC 2026
      16.1K bytes
      Cache
     
Back to Top