Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 161 - 170 of over 10,000 for 1 (0.3 seconds)

  1. LabelEncoder — scikit-learn 1.8.0 documen...

    array([1, 2, 6]) >>> le . transform ([ 1 , 1 , 2 , 6...inverse_transform ([ 0 , 0 , 1 , 2 ]) array([1, 1, 2, 6]) It can also be used...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.LabelEncoder.html
    Mon Feb 02 09:23:44 GMT 2026
      123.7K bytes
      Cache
     
  2. ClassifierMixin — scikit-learn 1.8.0 docu...

    predict ( X ) array([1, 1, 1]) >>> estimator ....MyEstimator ( param = 1 ) >>> X = np . array ([[ 1 , 2 ], [ 2 ,...
    scikit-learn.org/stable/modules/generated/sklearn.base.ClassifierMixin.html
    Mon Feb 02 09:23:44 GMT 2026
      114.5K bytes
      Cache
     
  3. StratifiedShuffleSplit — scikit-learn 1.8...

    array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [...np . array ([ 0 , 0 , 0 , 1 , 1 , 1 ]) >>> sss = StratifiedShuffleSpl...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedShuffleSplit.html
    Mon Feb 02 09:23:44 GMT 2026
      123.2K bytes
      Cache
     
  4. OAS — scikit-learn 1.8.0 documentation

    precision_ array([[ 1.7833, -1.2431 ], [-1.2431, 3.3889]]) >>>...the estimator. References [ 1 ] ( 1 , 2 ) “Shrinkage algorithms...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.OAS.html
    Mon Feb 02 09:23:44 GMT 2026
      133.8K bytes
      Cache
     
  5. PowerTransformer — scikit-learn 1.8.0 doc...

    data )) [[-1.316 -0.707] [ 0.209 -0.707] [ 1.106 1.414]] fit (...= ( X * lambda_ + 1 ) ** ( 1 / lambda_ ) - 1 elif X < 0 and...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.PowerTransformer.html
    Mon Feb 02 09:23:44 GMT 2026
      136.8K bytes
      Cache
     
  6. d2_tweedie_score — scikit-learn 1.8.0 doc...

    1 , 2.5 , 7 ] >>> y_pred = [ 1 , 1 , 5 , 3.5...explained. Best possible score is 1.0 and it can be negative (because...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_tweedie_score.html
    Mon Feb 02 09:23:44 GMT 2026
      110.7K bytes
      Cache
     
  7. OrdinalEncoder — scikit-learn 1.8.0 docum...

    inverse_transform ([[ 1 , 0 ], [ 0 , 1 ]]) array([['Male', 1], ['Female',... =- 1 ) . fit_transform ( X ) array([[ 1., 0.], [ 0., 1.], [...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.OrdinalEncoder.html
    Mon Feb 02 09:23:44 GMT 2026
      149K bytes
      Cache
     
  8. laplacian_kernel — scikit-learn 1.8.0 doc...

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0...default=None If None, defaults to 1.0 / n_features. Otherwise it should...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.laplacian_kernel.html
    Mon Feb 02 09:23:44 GMT 2026
      108K bytes
      Cache
     
  9. rbf_kernel — scikit-learn 1.8.0 documenta...

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0...default=None If None, defaults to 1.0 / n_features. Returns : kernel...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.rbf_kernel.html
    Mon Feb 02 09:23:44 GMT 2026
      109K bytes
      Cache
     
  10. load_svmlight_files — scikit-learn 1.8.0 ...

    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
    Mon Feb 02 09:23:44 GMT 2026
      112K bytes
      Cache
     
Back to Top