Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1021 - 1030 of 4,479 for * (1.85 sec)

  1. chi2 scikit-learn 1.7.1 documentation

    1 ], ... [ 6 , 6 , 2 ], ... [ 1 , 4 , 0 ], ... [ 0 , 0 , 0 ]])...np . array ([[ 1 , 1 , 3 ], ... [ 0 , 1 , 5 ], ... [ 5 , 4 ,...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.chi2.html
    Tue Jul 29 14:39:48 UTC 2025
      111.2K bytes
      Cache
     
  2. mutual_info_regression scikit-learn 1.7.1 doc...

    42 ... ) >>> mutual_info_regression ( X , y ) array([0.117, 2.645,...Sets. PLoS ONE 9(2), 2014. [ 4 ] L. F. Kozachenko, N. N. Leonenko,...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.mutual_info_regression.html
    Tue Jul 29 14:39:47 UTC 2025
      114.4K bytes
      Cache
     
  3. PCA scikit-learn 1.7.1 documentation

    version 1.1. power_iteration_normalizer {auto, QR, LU, ‘none’},...‘covariance_eigh, arpack, randomized}, default=auto auto : The...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.PCA.html
    Tue Jul 29 14:39:48 UTC 2025
      171.7K bytes
      Cache
     
  4. IsolationForest scikit-learn 1.7.1 documentation

    max_samples = 'auto' , contamination = 'auto' , max_features = 1.0 , bootstrap...from 0.1 to 'auto' . max_features int or float, default=1.0 The...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.IsolationForest.html
    Tue Jul 29 14:39:48 UTC 2025
      147.5K bytes
      Cache
     
  5. AdaBoostRegressor scikit-learn 1.7.1 document...

    predict ([[ 0 , 0 , 0 , 0 ]]) array([4.7972]) >>> regr . score ( X ,...{‘linear, square, exponential}, default=linear The loss function...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostRegressor.html
    Tue Jul 29 14:39:47 UTC 2025
      144.8K bytes
      Cache
     
  6. cosine_similarity scikit-learn 1.7.1 document...

    = [[ 0 , 0 , 0 ], [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 ,..., 1 , 0 ]] >>> cosine_similarity ( X , Y ) array([[0. , 0. ],...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.cosine_similarity.html
    Tue Jul 29 14:39:48 UTC 2025
      109.4K bytes
      Cache
     
  7. RocCurveDisplay scikit-learn 1.7.1 documentation

    0.1 , 0.4 , 0.35 , 0.8 ]) >>> fpr , tpr , thresholds = metrics...np . array ([ 0 , 0 , 1 , 1 ]) >>> y_score = np . array ([ 0.1...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.RocCurveDisplay.html
    Tue Jul 29 14:39:48 UTC 2025
      170.5K bytes
      Cache
     
  8. ConfusionMatrixDisplay scikit-learn 1.7.1 doc...

    classes_ ) >>> disp . plot () <...> >>> plt . show () classmethod...Sample weights. normalize {true, pred, all}, default=None...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.ConfusionMatrixDisplay.html
    Tue Jul 29 14:39:48 UTC 2025
      150.1K bytes
      Cache
     
  9. ClassifierChain scikit-learn 1.7.1 documentation

    array([[1., 1., 0.], [1., 0., 0.], [0., 1., 0.]]) >>> chain . predict_proba...matrix Y.: order = [ 0 , 1 , 2 , ... , Y . shape [ 1 ] - 1 ] The...
    scikit-learn.org/stable/modules/generated/sklearn.multioutput.ClassifierChain.html
    Tue Jul 29 14:39:48 UTC 2025
      140.8K bytes
      Cache
     
  10. normalized_mutual_info_score scikit-learn 1.7...

    fo_score ([ 0 , 0 , 1 , 1 ], [ 0 , 0 , 1 , 1 ]) 1.0 >>> norm...fo_score ([ 0 , 0 , 1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 If classes...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.normalized_mutual_info_score.html
    Tue Jul 29 14:39:48 UTC 2025
      112.4K bytes
      Cache
     
Back to top