- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 961 - 970 of 5,610 for * (3.2 sec)
-
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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