- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 791 - 800 of 3,487 for 1 (0.08 sec)
-
Compare the effect of different scalers on data...
cutoffs_X1 [ 1 ]], axis = 1 ) plot_distribution ( axarr [ 1 ], X [ non_outliers_mask...left , width = 0.1 , 0.22 bottom , height = 0.1 , 0.7 bottom_h...scikit-learn.org/stable/auto_examples/preprocessing/plot_all_scaling.html -
Lasso and Elastic Net — scikit-learn 1.5.2 docu...
legend (( l1 [ - 1 ], l2 [ - 1 ]), ( "Lasso" , "Elastic-Net"...plt . legend (( l1 [ - 1 ], l2 [ - 1 ]), ( "Lasso" , "positive...scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_coordinate_descent_path.html -
Label Propagation digits: Demonstrating perform...
support 0 1.00 1.00 1.00 27 1 0.82 1.00 0.90 37 2 1.00 0.86 0.92...0.92 28 3 1.00 0.80 0.89 35 4 0.92 1.00 0.96 24 5 0.74 0.94 0.83...scikit-learn.org/stable/auto_examples/semi_supervised/plot_label_propagation_digits.html -
RBF SVM parameters — scikit-learn 1.5.2 documen...
1 , 1e2 ] gamma_2d_range = [ 1e-1 , 1 , 1e1 ] classifiers...{'C': np.float64(1.0), 'gamma': np.float64(0.1)} with a score of...scikit-learn.org/stable/auto_examples/svm/plot_rbf_parameters.html -
Multi-class AdaBoosted Decision Trees — scikit-...
as depicted by Figure 1 in Zhu et al [ 1 ] . The core principle...of trees" : range ( 1 , n_estimators + 1 ), "AdaBoost" : [ m...scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_multiclass.html -
Lasso on dense and sparse data — scikit-learn 1...
coo_matrix ( X ) alpha = 1 sparse_lasso = Lasso ( alpha =...Distance between coefficients : 1.01e-13 Comparing the two Lasso...scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_dense_vs_sparse_data.html -
export_text — scikit-learn 1.5.2 documentation
(cm) <= 1.75 | | |--- class: 1 | |--- petal width (cm) > 1.75 |...be used (“feature_0”, “feature_1”, …). class_names array-like of...scikit-learn.org/stable/modules/generated/sklearn.tree.export_text.html -
FeatureHasher and DictVectorizer Comparison — s...
{'that': 1, 'is': 2, 'one': 2, 'example': 1, 'but': 1, 'this':...'this': 1, 'another': 1}) Observe in particular that the repeated token...scikit-learn.org/stable/auto_examples/text/plot_hashing_vs_dict_vectorizer.html -
shrunk_covariance — scikit-learn 1.5.2 document...
1 ) [source] # Calculate covariance...ndarray. shrinkage float, default=0.1 Coefficient in the convex combination...scikit-learn.org/stable/modules/generated/sklearn.covariance.shrunk_covariance.html -
Nearest Neighbors regression — scikit-learn 1.5...
1 , i + 1 ) plt . scatter ( X_train...sort ( 5 * rng . rand ( 40 , 1 ), axis = 0 ) X_test = np . linspace...scikit-learn.org/stable/auto_examples/neighbors/plot_regression.html