- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 731 - 740 of 2,911 for 1 (0.07 sec)
-
Ordinary Least Squares and Ridge Regression — s...
1 ] . T y_train = [ 0.5 , 1 ] X_test = np . c_...this_X = 0.1 * np . random . normal ( size = ( 2 , 1 )) + X_train...scikit-learn.org/stable/auto_examples/linear_model/plot_ols_ridge.html -
Related Projects — scikit-learn 1.7.0 documenta...
As of scikit-learn version 1.3.0, there is HDBSCAN . Pre-processing...encoders. As of scikit-learn version 1.3.0, there is TargetEncoder ....scikit-learn.org/stable/related_projects.html -
mean_tweedie_deviance — scikit-learn 1.7.0 docu...
power = 1 ) 1.4260... Gallery examples # Tweedie...Either power <= 0 or power >= 1. The higher p the less weight...scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_tweedie_deviance.html -
TfidfTransformer — scikit-learn 1.7.0 documenta...
array([[1, 1, 1, 1, 0, 1, 0, 0], [1, 2, 0, 1, 1, 1, 0, 0], [1, 0,...0, 0, 1, 0, 1, 1, 1], [1, 1, 1, 1, 0, 1, 0, 0]]) >>> pipe [ 'tfid'...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.TfidfTransformer.html -
cohen_kappa_score — scikit-learn 1.7.0 document...
which is a number between -1 and 1. The maximum value means complete...function computes Cohen’s kappa [1] , a score that expresses the...scikit-learn.org/stable/modules/generated/sklearn.metrics.cohen_kappa_score.html -
RandomTreesEmbedding — scikit-learn 1.7.0 docum...
1.], [1., 0., 1., 0., 1., 0., 1., 0., 1., 0.], [0., 1., 1.,...array([[0., 1., 1., 0., 1., 0., 0., 1., 1., 0.], [0., 1., 1., 0., 1.,...scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomTreesEmbedding.html -
OneHotEncoder — scikit-learn 1.7.0 documentation
scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...'Female' , 1 ], [ 'Male' , 4 ]]) . toarray () array([[1., 0., 1., 0.,...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.OneHotEncoder.html -
zero_one_loss — scikit-learn 1.7.0 documentation
1 ], [ 1 , 1 ]]), np . ones (( 2 , 2...zero_one_loss >>> y_pred = [ 1 , 2 , 3 , 4 ] >>> y_true = [ 2...scikit-learn.org/stable/modules/generated/sklearn.metrics.zero_one_loss.html -
make_gaussian_quantiles — scikit-learn 1.7.0 do...
dataset is from Zhu et al [1]. References [ 1 ] Zhu, H. Zou, S. Rosset,...es ( * , mean = None , cov = 1.0 , n_samples = 100 , n_features...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_gaussian_quantiles.html -
smacof — scikit-learn 1.7.0 documentation
n_iter will change from 8 to 1 in version 1.9. n_jobs int, default=None...means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn.org/stable/modules/generated/sklearn.manifold.smacof.html