Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 50 of 3,373 for 1 (0.05 sec)

  1. End of Life Dates

    1.x 2023-09-08 14.0.x 2023-08-08...2021-01-31 13.2.x 2020-12-25 13.1.x 2020-11-20 13.0.x 2020-10-10...
    fess.codelibs.org/eol.html
    Wed Apr 24 02:37:36 UTC 2024
      17K bytes
      Cache
     
  2. Older Versions — scikit-learn 1.4.2 documentation

    1 Meng Xinfan 1 Rob Zinkov 1 Shiqiao 1 Udi Weinsberg 1 Virgile...Cournapeau 1 Keith Goodman 1 Ludwig Schwardt 1 Olivier Hervieu 1 Sergio...
    scikit-learn.org/stable/whats_new/older_versions.html
    Tue Apr 23 17:07:45 UTC 2024
      132.1K bytes
      Cache
     
  3. plot_release_highlights_1_4_0.py

    1, 6, np.nan]).reshape(-1, 1) y = [0, 0, 1, 1] forest...3) disp.axes_[0, 0].set_xlim(-1, 1) disp.axes_[0, 0].legend() plt.show()...
    scikit-learn.org/stable/_downloads/c15cce0dbcd8722cb5638987eff985c0/plot_release_highlights_1_4_0.py
    Tue Apr 23 17:07:45 UTC 2024
      7.7K bytes
     
  4. plot_release_highlights_1_4_0.ipynb

    1, 6, np.nan]).reshape(-1, 1)\ny = [0, 0, 1, 1]\n\nforest...3)\ndisp.axes_[0, 0].set_xlim(-1, 1)\ndisp.axes_[0, 0].legend()\nplt.show()"...
    scikit-learn.org/stable/_downloads/53490cdb42c3c07ba8cccd1c4ed4dca4/plot_release_highlights_1_4_0...
    Tue Apr 23 17:07:46 UTC 2024
      10.7K bytes
     
  5. sklearn.neighbors.LocalOutlierFactor — scikit-l...

    () array([[1., 0., 1.], [0., 1., 1.], [1., 0., 1.]]) predict...fit_predict ( X ) array([ 1, 1, -1, 1]) >>> clf . negative_outlier_factor_...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.LocalOutlierFactor.html
    Wed Apr 24 18:54:16 UTC 2024
      63.2K bytes
      Cache
     
  6. sklearn.decomposition.SparseCoder — scikit-lear...

    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
    Wed Apr 24 18:54:19 UTC 2024
      50.1K bytes
      Cache
     
  7. sklearn.ensemble.VotingClassifier — scikit-lear...

    ([[ - 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
    Wed Apr 24 18:54:16 UTC 2024
      73.1K bytes
      Cache
     
  8. sklearn.preprocessing.OrdinalEncoder — scikit-l...

    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
    Wed Apr 24 18:54:16 UTC 2024
      61.5K bytes
      Cache
     
  9. sklearn.base.ClassifierMixin — scikit-learn 1.4...

    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
    Wed Apr 24 18:54:16 UTC 2024
      23.9K bytes
      Cache
     
  10. sklearn.preprocessing.PowerTransformer — scikit...

    [[-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 Apr 24 18:54:16 UTC 2024
      49.2K bytes
      Cache
     
Back to top