Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 341 - 350 of over 10,000 for 1 (0.33 seconds)

Filter
  1. LassoLarsIC — scikit-learn 1.8.0 documentation

    [ - 1 , 1 ], [ 0 , 0 ], [ 1 , 1 ], [ 2 , 2 ]] >>>...fit_intercept . Added in version 1.1. Attributes : coef_ array-like...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsIC.html
    Mon Mar 23 20:39:20 UTC 2026
      19K bytes
      Cache
     
  2. SparseCoder — scikit-learn 1.8.0 documentation

    1 , 0 ], ... [ - 1 , - 1 , 2 ], ... [ 1 , 1 , 1 ], ......>>> X = np . array ([[ - 1 , - 1 , - 1 ], [ 0 , 0 , 3 ]]) >>> dictionary...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.SparseCoder.html
    Mon Mar 23 20:39:23 UTC 2026
      17.2K bytes
      Cache
     
  3. LinearSVC — scikit-learn 1.8.0 documentation

    version 1.3: The "auto" option is added in version 1.3 and will...intercept term: [x_1, ..., x_n, 1] , where 1 corresponds to the intercept....
    scikit-learn.org/stable/modules/generated/sklearn.svm.LinearSVC.html
    Mon Mar 23 20:39:21 UTC 2026
      21.9K bytes
      Cache
     
  4. LabelEncoder — scikit-learn 1.8.0 documentation

    classes_ array([1, 2, 6]) >>> le . transform ([ 1 , 1 , 2 , 6 ]) array([0,...array([0, 0, 1, 2]...) >>> le . inverse_transform ([ 0 , 0 , 1 , 2 ])...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.LabelEncoder.html
    Mon Mar 23 20:39:20 UTC 2026
      14.7K bytes
      Cache
     
  5. KernelCenterer — scikit-learn 1.8.0 documentation

    [[ 1. , - 2. , 2. ], ... [ - 2. , 1. , 3. ], ... [ 4. , 1. ,...all strings. Added in version 1.0. See also sklearn.kernel_ap...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.KernelCenterer.html
    Mon Mar 23 20:39:21 UTC 2026
      16.6K bytes
      Cache
     
  6. permutation_test_score — scikit-learn 1.8.0 doc...

    p-value is 1/(n_permutations + 1), the worst is 1.0. Notes This...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.permutation_test_score.html
    Mon Mar 23 20:39:21 UTC 2026
      15.8K bytes
      Cache
     
  7. ClassifierMixin — scikit-learn 1.8.0 documentation

    predict ( X ) array([1, 1, 1]) >>> estimator . score ( X...MyEstimator ( param = 1 ) >>> X = np . array ([[ 1 , 2 ], [ 2 , 3 ],...
    scikit-learn.org/stable/modules/generated/sklearn.base.ClassifierMixin.html
    Mon Mar 23 20:39:20 UTC 2026
      14.2K bytes
      Cache
     
  8. make_circles — scikit-learn 1.8.0 documentation

    int64(1), np.int64(1), np.int64(1), np.int64(0), np.int64(0)]...outer circle in the range [0, 1) . Returns : X ndarray of shape...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_circles.html
    Mon Mar 23 20:39:23 UTC 2026
      15.1K bytes
      Cache
     
  9. SkewedChi2Sampler — scikit-learn 1.8.0 document...

    [ 1 , 1 ], [ 1 , 0 ], [ 0 , 1 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>>...SkewedChi2Sampler ( * , skewedness = 1.0 , n_components = 100 , random_state...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.SkewedChi2Sampler.html
    Mon Mar 23 20:39:20 UTC 2026
      15.9K bytes
      Cache
     
  10. GradientBoostingClassifier — scikit-learn 1.8.0...

    1 , n_estimators = 100 , subsample = 1.0 , criterion...in the range [1, inf) . subsample float, default=1.0 The fraction...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingClassifier.html
    Mon Mar 23 20:39:21 UTC 2026
      22.3K bytes
      Cache
     
Back to Top