Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 47 for * (1.53 sec)

  1. model_evaluation.rst.txt

    evaluation (`mean_pinball_loss(..., alpha=0.99)` - we apologize...Association 102 (2007), pp. 359 378. `link to pdf <https://sites.sta...
    scikit-learn.org/stable/_sources/modules/model_evaluation.rst.txt
    Thu Jul 10 15:56:50 UTC 2025
      132.2K bytes
      2 views
     
  2. feature_selection.rst.txt

    = [[0, 0, 1], [0, 1, 0], [1, 0, 0], [0, 1, 1], [0, 1, 0], [0,....8))) >>> sel.fit_transform(X) array([[0, 1], [1, 0], [0, 0], [1,...
    scikit-learn.org/stable/_sources/modules/feature_selection.rst.txt
    Mon Jul 14 17:22:21 UTC 2025
      14.5K bytes
      3 views
     
  3. cross_validation.rst.txt

    ((90, 4), (90,)) >>> X_test.shape, y_test.shape ((60, 4), (60,))...cross_val_score(clf, X, y, cv=5) >>> scores array([0.96, 1. , 0.96, 0.96,...
    scikit-learn.org/stable/_sources/modules/cross_validation.rst.txt
    Sat Jul 19 22:34:23 UTC 2025
      41.1K bytes
      6 views
     
  4. plot_discretization_strategies.rst.txt

    meshgrid( np.linspace(X[:, 0].min(), X[:, 0].max(), 300), np.linspace(X[:,...len(strategies) + 1, i) ax.scatter(X[:, 0], X[:, 1], edgecolors="k") if ds_cnt...
    scikit-learn.org/stable/_sources/auto_examples/preprocessing/plot_discretization_strategies.rst.txt
    Sat Jul 19 22:34:22 UTC 2025
      5.9K bytes
     
  5. governance.rst.txt

    way, they are a contributor. Core Contributors ---------- All...relevant to their roles. Contributors ---------- Contributors are community...
    scikit-learn.org/stable/_sources/governance.rst.txt
    Fri Jul 18 16:24:00 UTC 2025
      10.3K bytes
     
  6. about.rst.txt

    utors>`__. Active Core Contributors ---------- Maintainers Team...<contributing>`. Documentation Team .......... The following people...
    scikit-learn.org/stable/_sources/about.rst.txt
    Sat Jul 19 22:34:20 UTC 2025
      18.2K bytes
      4 views
     
  7. linear_model.rst.txt

    linear_model.Ridge(alpha=.5) >>> reg.fit([[0, 0], [0, 0], [1, 1]], [0,...value. .. math:: \hat{y}(w, x) = w_0 + w_1 x_1 + ... + w_p x_p...
    scikit-learn.org/stable/_sources/modules/linear_model.rst.txt
    Sat Jul 19 22:34:20 UTC 2025
      79K bytes
      9 views
     
  8. feature_extraction.rst.txt

    array([[ 1., 0., 0., 33.], [ 0., 1., 0., 12.], [ 0., 0., 1., 18.]])...1.000e+00, 0.000e+00, 1.000e+00, 2.003e+03], [1.000e+00, 0.000e+00,...
    scikit-learn.org/stable/_sources/modules/feature_extraction.rst.txt
    Wed Jul 16 16:04:00 UTC 2025
      43.4K bytes
     
  9. test.js

    function foo() { var bar = "Lorem ipsum. (ロレム・イプサム) 吾輩は猫である。"; }...
    raw.githubusercontent.com/codelibs/fess-testdata/master/source_code/test.js
    Tue Jul 22 00:01:28 UTC 2025
      99 bytes
      4 views
     
  10. support.rst.txt

    <https://scikit-learn.org/0.23/_downloads/scikit-learn-docs.pdf>`__....<https://github.com/scikit-learn/scikit-learn/blob/main/CODE_OF_CONDUCT.md>`_....
    scikit-learn.org/stable/_sources/support.rst.txt
    Sat Jul 19 22:34:23 UTC 2025
      4.4K bytes
     
Back to top