Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 961 - 970 of 5,610 for * (2.91 sec)

  1. mutual_info_regression scikit-learn 1.7.2 doc...

    Sets. PLoS ONE 9(2), 2014. [ 4 ] L. F. Kozachenko, N. N. Leonenko,...42 ... ) >>> mutual_info_regression ( X , y ) array([0.117, 2.645,...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.mutual_info_regression.html
    Thu Sep 11 19:47:20 UTC 2025
      114.4K bytes
      Cache
     
  2. chi2 scikit-learn 1.7.2 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
    Thu Sep 11 19:47:20 UTC 2025
      111.2K bytes
      Cache
     
  3. SelectKBest scikit-learn 1.7.2 documentation

    generated: ["x0", "x1", ..., "x(n_features_in_ - 1)"] . If input_features...tasks. Added in version 0.18. k int or all, default=10 Number...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectKBest.html
    Thu Sep 11 19:47:20 UTC 2025
      137.4K bytes
      Cache
     
  4. TfidfVectorizer scikit-learn 1.7.2 documentation

    \\w+\\b' , ngram_range=(1 , 1) , max_df=1.0 , min_df=1 , max_features=None...'word' . analyzer {word, char, char_wb} or callable, default=’word’...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.TfidfVectorizer.html
    Thu Sep 11 19:47:22 UTC 2025
      147.9K bytes
      Cache
     
  5. mutual_info_classif scikit-learn 1.7.2 docume...

    y ) array([0.589, 0.107, 0.196, 0.0968 , 0., 0. , 0. , 0. , 0....Sets. PLoS ONE 9(2), 2014. [ 4 ] L. F. Kozachenko, N. N. Leonenko,...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.mutual_info_classif.html
    Thu Sep 11 19:47:20 UTC 2025
      114.9K bytes
      Cache
     
  6. 1.11. Ensembles: Gradient boosting, random fore...

    classification, in particular for tabular data. 1.11.1.1. Histogram-Based...Gradient Boosting models 1.11.1.1.1. Usage # Most of the parameters...
    scikit-learn.org/stable/modules/ensemble.html
    Thu Sep 11 19:47:20 UTC 2025
      229.2K bytes
      Cache
     
  7. TweedieRegressor scikit-learn 1.7.2 documenta...

    intercept ). link {auto, identity, log}, default=auto The link...np.float64(0.839) >>> clf . coef_ array([0.599, 0.299]) >>> clf...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.TweedieRegressor.html
    Thu Sep 11 19:47:20 UTC 2025
      141.6K bytes
      Cache
     
  8. Perceptron scikit-learn 1.7.2 documentation

    0.001 , shuffle = True , verbose = 0 , eta0 = 1.0 , n_jobs =...penalty {l2,l1,elasticnet}, default=None The penalty (aka regularization...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Perceptron.html
    Thu Sep 11 19:47:20 UTC 2025
      161.9K bytes
      Cache
     
  9. RANSACRegressor scikit-learn 1.7.2 documentation

    https://www.sri.com/wp-content/uploads/2021/12/ransac-publication.pdf...estimators. min_samples int (>= 1) or float ([0, 1]), default=None...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.RANSACRegressor.html
    Thu Sep 11 19:47:20 UTC 2025
      143.5K bytes
      Cache
     
  10. 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
    Thu Sep 11 19:47:21 UTC 2025
      79K bytes
      9 views
     
Back to top