Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 551 - 560 of 2,642 for 2 (0.07 sec)

  1. type_of_target — scikit-learn 1.5.2 documentation

    2.0 ]) 'binary' >>> type_of_target ([ 1 , 0 , 2 ]) 'multiclass'...> 1. ‘binary’: y contains <= 2 discrete values and is 1d or a...
    scikit-learn.org/stable/modules/generated/sklearn.utils.multiclass.type_of_target.html
    Thu Sep 19 14:56:28 UTC 2024
      111K bytes
      Cache
     
  2. LeaveOneGroupOut — scikit-learn 1.5.2 documenta...

    2 , 1 , 2 ]) >>> groups = np . array ([ 1 , 1 , 2 , 2 ]) >>>...Fold 0: Train: index=[2 3], group=[2 2] Test: index=[0 1], group=[1...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneGroupOut.html
    Thu Sep 19 14:56:27 UTC 2024
      121.6K bytes
      Cache
     
  3. SparsePCA — scikit-learn 1.5.2 documentation

    2. Parameters : X ndarray of shape...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.SparsePCA.html
    Thu Sep 19 14:56:27 UTC 2024
      134.4K bytes
      Cache
     
  4. 移行 0.9.2 to 0.9.3 | DBFlute

    2 to 0.9.3 お約束の注意点 環境上の注意点 実装上の注意点...
    dbflute.seasar.org/ja/environment/upgrade/migration/migrate0920to0930.html
    Tue Sep 17 12:05:05 UTC 2024
      6.8K bytes
      Cache
     
  5. MultiTaskElasticNet — scikit-learn 1.5.2 docume...

    [ 2 , 2 ]], [[ 0 , 0 ], [ 1 , 1 ], [ 2 , 2 ]]) Multi...it is: 1 / ( 2 * n_samples ) * || y - Xw ||^ 2_2 + alpha * l1_ratio...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskElasticNet.html
    Thu Sep 19 14:56:28 UTC 2024
      158.7K bytes
      Cache
     
  6. MultiTaskElasticNetCV — scikit-learn 1.5.2 docu...

    [ 2 , 2 ]], ... [[ 0 , 0 ], [ 1 , 1 ], [ 2 , 2 ]]) Mul...it is: 1 / ( 2 * n_samples ) * || y - Xw ||^ 2_2 + alpha * l1_ratio...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskElasticNetCV.html
    Thu Sep 19 14:56:27 UTC 2024
      161.8K bytes
      Cache
     
  7. d2_log_loss_score — scikit-learn 1.5.2 document...

    Like R^2, D^2 score may be negative (it need...labels = None ) [source] # \(D^2\) score function, fraction of...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_log_loss_score.html
    Thu Sep 19 14:56:27 UTC 2024
      107K bytes
      Cache
     
  8. Wikipedia principal eigenvector — scikit-learn ...

    0 ])] = short_name ( split [ 2 ]) if l % 1000000 == 0 : print...index_map , short_name ( split [ 2 ])) links . append (( i , j ))...
    scikit-learn.org/stable/auto_examples/applications/wikipedia_principal_eigenvector.html
    Thu Sep 19 14:56:27 UTC 2024
      114.7K bytes
      Cache
     
  9. as_float_array — scikit-learn 1.5.2 documentation

    2 , 2 ], dtype = np . int64 ) >>>...array ) array([0., 0., 1., 2., 2.]) On this page Show Source...
    scikit-learn.org/stable/modules/generated/sklearn.utils.as_float_array.html
    Tue Sep 17 17:21:49 UTC 2024
      106.9K bytes
      Cache
     
  10. Gaussian Mixture Model Ellipsoids — scikit-lear...

    eigh ( covar ) v = 2.0 * np . sqrt ( 2.0 ) * np . sqrt ( v )...n_samples , 2 ), C ), 0.7 * np . random . randn ( n_samples , 2 ) + np...
    scikit-learn.org/stable/auto_examples/mixture/plot_gmm.html
    Thu Sep 19 14:56:28 UTC 2024
      96.3K bytes
      Cache
     
Back to top