Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 321 - 330 of 2,897 for 1 (0.22 sec)

  1. make_checkerboard — scikit-learn 1.7.2 document...

    shape[1]) The indicators for cluster membership...for biclustering. References [ 1 ] Kluger, Y., Basri, R., Chang,...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_checkerboard.html
    Tue Nov 04 06:34:51 UTC 2025
      111.7K bytes
      Cache
     
  2. make_low_rank_matrix — scikit-learn 1.7.2 docum...

    profile is: ( 1 - tail_strength ) * exp ( - 1.0 * ( i / effective_rank...scikit-learn 1.3 Release Highlights for scikit-learn 1.3 Release...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_low_rank_matrix.html
    Tue Nov 04 06:34:51 UTC 2025
      112.1K bytes
      Cache
     
  3. 1.2. Linear and Quadratic Discriminant Analysis...

    equal to \(\frac{1}{n - 1} X_k^tX_k = \frac{1}{n - 1} V S^2 V^t\)...\frac{1}{(2\pi)^{d/2} |\Sigma_k|^{1/2}}\exp\left(-\frac{1}{2} (x-\mu_k)^t...
    scikit-learn.org/stable/modules/lda_qda.html
    Tue Nov 04 06:34:51 UTC 2025
      53.8K bytes
      Cache
     
  4. adjusted_mutual_info_score — scikit-learn 1.7.2...

    1 , 1 ], [ 0 , 0 , 1 , 1 ]) 1.0 >>> adjusted_mutual_info_score...ore ([ 0 , 0 , 1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 If classes members...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.adjusted_mutual_info_score.html
    Tue Nov 04 06:34:51 UTC 2025
      116.2K bytes
      Cache
     
  5. v_measure_score — scikit-learn 1.7.2 documentation

    1 , 1 ], [ 0 , 0 , 1 , 1 ]) 1.0 >>> v_measure_score...v_measure_score ([ 0 , 0 , 1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 Labelings that...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.v_measure_score.html
    Tue Nov 04 06:34:51 UTC 2025
      121.5K bytes
      Cache
     
  6. mean_absolute_percentage_error — scikit-learn 1...

    1 ], [ - 1 , 1 ], [ 7 , - 6 ]] >>> y_pred...y_true = [ 1. , 0. , 2.4 , 7. ] >>> y_pred = [ 1.2 , 0.1 , 2.4 ,...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_absolute_percentage_error.html
    Tue Nov 04 06:34:51 UTC 2025
      112.6K bytes
      Cache
     
  7. Release Highlights for scikit-learn 1.0 — sciki...

    scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...import make_pipeline y = [ 1 , 0 , 1 ] pipe = make_pipeline ( preprocessor...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_0_0.html
    Tue Nov 04 06:34:51 UTC 2025
      114.8K bytes
      Cache
     
  8. resample — scikit-learn 1.7.2 documentation

    1 , 1 , 1 , 1 , 1 ] >>> resample ( y , n_samples = 5 , replace...array([[1., 0.], [2., 1.], [1., 0.]]) >>> y array([0, 1, 0]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.utils.resample.html
    Sat Nov 01 09:15:33 UTC 2025
      112.7K bytes
      Cache
     
  9. MultiTaskLassoCV — scikit-learn 1.7.2 documenta...

    since version 1.7: n_alphas was deprecated in 1.7 and will be...since version 1.7: alphas=None was deprecated in 1.7 and will be...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLassoCV.html
    Tue Nov 04 06:34:51 UTC 2025
      162.8K bytes
      Cache
     
  10. PredefinedSplit — scikit-learn 1.7.2 documentation

    1 , 1 ]) >>> test_fold = [ 0 , 1 , - 1 , 1 ] >>> ps...PredefinedSplit(test_fold=array([ 0, 1, -1, 1])) >>> for i , ( train_index...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.PredefinedSplit.html
    Tue Nov 04 06:34:51 UTC 2025
      115.7K bytes
      Cache
     
Back to top