Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 181 - 190 of 2,909 for 1 (0.08 sec)

  1. safe_sparse_dot — scikit-learn 1.6.1 documentation

    safe_sparse_dot >>> X = csr_matrix ([[ 1 , 2 ], [ 3 , 4 ], [ 5 , 6 ]])...
    scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.safe_sparse_dot.html
    Sun Jun 01 04:47:41 UTC 2025
      107.6K bytes
      Cache
     
  2. OneClassSVM — scikit-learn 1.7.0 documentation

    predict ( X ) array([-1, 1, 1, 1, -1]) >>> clf . score_samples...default=-1 Hard limit on iterations within solver, or -1 for no...
    scikit-learn.org/stable/modules/generated/sklearn.svm.OneClassSVM.html
    Thu Jun 05 22:21:58 UTC 2025
      139.4K bytes
      Cache
     
  3. inplace_swap_column — scikit-learn 1.6.1 docume...

    1 ) >>> csr . todense () matrix([[0,...
    scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.inplace_swap_column.html
    Sun Jun 01 04:47:39 UTC 2025
      108.4K bytes
      Cache
     
  4. 2.1. Gaussian mixture models — scikit-learn 1.7...

    1.1. Gaussian Mixture # The GaussianMixture...models using a finite mixture. 2.1.2.1. The Dirichlet Process # Here...
    scikit-learn.org/stable/modules/mixture.html
    Thu Jun 05 22:21:57 UTC 2025
      58.5K bytes
      Cache
     
  5. HashingVectorizer — scikit-learn 1.7.0 document...

    ngram_range of (1, 1) means only unigrams, (1, 2) means unigrams...\\w\\w+\\b' , ngram_range=(1 , 1) , analyzer='word' , n_features=1048576...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.HashingVectorizer.html
    Thu Jun 05 22:21:57 UTC 2025
      144.7K bytes
      Cache
     
  6. HalvingGridSearchCV — scikit-learn 1.7.0 docume...

    means 1 unless in a joblib.parallel_backend context. -1 means...for a classification problem 1 when resource != 'n_samples' ‘exhaust’...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.HalvingGridSearchCV.html
    Thu Jun 05 22:21:57 UTC 2025
      160.8K bytes
      Cache
      Similar Results (1)
     
  7. KNeighborsTransformer — scikit-learn 1.7.0 docu...

    () array([[1., 0., 1.], [0., 1., 1.], [1., 0., 1.]]) set_output...bors=1) >>> print ( neigh . kneighbors ([[ 1. , 1. , 1. ]]))...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsTransformer.html
    Thu Jun 05 22:21:58 UTC 2025
      146.1K bytes
      Cache
     
  8. SVC — scikit-learn 1.7.0 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.SVC.html
    Thu Jun 05 22:21:58 UTC 2025
      176.8K bytes
      Cache
     
  9. Nystroem — scikit-learn 1.7.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
    Thu Jun 05 22:21:58 UTC 2025
      138.1K bytes
      Cache
     
  10. check_is_fitted — scikit-learn 1.6.1 documentation

    fit ([[ 1 , 2 ], [ 1 , 3 ]], [ 1 , 0 ]) LogisticRegression()...
    scikit-learn.org/stable/modules/generated/sklearn.utils.validation.check_is_fitted.html
    Thu Jun 05 01:26:45 UTC 2025
      113.2K bytes
      Cache
     
Back to top