Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 261 - 270 of 3,451 for 1 (0.09 sec)

  1. make_sparse_spd_matrix — scikit-learn 1.5.2 doc...

    array([[1., 0., 0., 0.], [0., 1., 0., 0.], [0., 0., 1., 0.], [0.,...elements all 1. smallest_coef float, default=0.1 The value of...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_sparse_spd_matrix.html
    Thu Oct 31 11:00:34 UTC 2024
      110.4K bytes
      Cache
     
  2. ShuffleSplit — scikit-learn 1.5.2 documentation

    array ([ 1 , 2 , 1 , 2 , 1 , 2 ]) >>> rs = ShuffleSplit...Train: index=[1 3 0 4] Test: index=[5 2] Fold 1: Train: index=[4...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ShuffleSplit.html
    Thu Oct 31 11:00:34 UTC 2024
      122.8K bytes
      Cache
     
  3. homogeneity_score — scikit-learn 1.5.2 document...

    1 , 1 ], [ 1 , 1 , 0 , 0 ]) np.float64(1.0) Non-perfect...homogeneity_score ([ 0 , 0 , 1 , 1 ], [ 0 , 0 , 1 , 2 ])) 1.000000 >>> print...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.homogeneity_score.html
    Thu Oct 31 11:00:32 UTC 2024
      113.5K bytes
      Cache
     
  4. SparseCoder — scikit-learn 1.5.2 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
    Thu Oct 31 11:00:34 UTC 2024
      136.9K bytes
      Cache
     
  5. VotingClassifier — scikit-learn 1.5.2 documenta...

    ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...2 , 1 ], [ 3 , 2 ]]) >>> y = np . array ([ 1 , 1 , 1 , 2 , 2...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.VotingClassifier.html
    Thu Oct 31 11:00:34 UTC 2024
      159.2K bytes
      Cache
     
  6. StratifiedShuffleSplit — scikit-learn 1.5.2 doc...

    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
    Thu Oct 31 11:00:32 UTC 2024
      121K bytes
      Cache
     
  7. PowerTransformer — scikit-learn 1.5.2 documenta...

    [[-1.316... -0.707...] [ 0.209... -0.707...] [ 1.106... 1.414...]]...X_trans * lambda_ + 1 ) ** ( 1 / lambda_ ) - 1 elif X < 0 and lambda_...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.PowerTransformer.html
    Wed Oct 30 20:01:23 UTC 2024
      135.2K bytes
      1 views
      Cache
     
  8. hinge_loss — scikit-learn 1.5.2 documentation

    [ 1 ]] >>> y = [ - 1 , 1 ] >>> est = svm . LinearSVC...0.09...]) >>> hinge_loss ([ - 1 , 1 , 1 ], pred_decision ) np.float64(0.30...)...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.hinge_loss.html
    Thu Oct 31 11:00:34 UTC 2024
      113.8K bytes
      Cache
     
  9. OrdinalEncoder — scikit-learn 1.5.2 documentation

    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
    Thu Oct 31 11:00:32 UTC 2024
      149.2K bytes
      Cache
     
  10. ClassifierMixin — scikit-learn 1.5.2 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
    Thu Oct 31 11:00:34 UTC 2024
      112.9K bytes
      Cache
     
Back to top