- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1341 - 1350 of 2,361 for 2 (0.08 sec)
-
Samsung and Google's New Spatial Audio Format W...
( Score: 2 ) by writes: what about DTS-X? ( Score: 2 ) by * writes:...money thirty years later ( Score: 2 ) by writes: I've had the misfortune...entertainment.slashdot.org/story/25/01/03/2127241/samsung-and-googles-new-spatial-audio-format-wi... -
sklearn.datasets — scikit-learn 1.7.dev0 docume...
make_friedman2 Generate the "Friedman #2" regression problem. make_friedman3...samples by quantile. make_hastie_10_2 Generate data for binary classification...scikit-learn.org/dev/api/sklearn.datasets.html -
Advanced Plotting With Partial Dependence — sci...
tol = 1e-2 , max_iter = 500 , random_state...ax1 , ax2 ) = plt . subplots ( 2 , 1 , figsize = ( 10 , 10 )) tree_disp...scikit-learn.org/stable/auto_examples/miscellaneous/plot_partial_dependence_visualization_api.html -
Evaluation of outlier detection estimators — sc...
as samples encoded with label 2 and outliers as those with label...as_frame = True ) s = ( y == 2 ) + ( y == 4 ) X = X . loc [ s...scikit-learn.org/stable/auto_examples/miscellaneous/plot_outlier_detection_bench.html -
Multiclass Receiver Operating Characteristic (R...
This can be done in 2 different ways: the One-vs-Rest...linearly separable from the other 2; the latter are not linearly separable...scikit-learn.org/stable/auto_examples/model_selection/plot_roc.html -
FeatureHasher and DictVectorizer Comparison — s...
'is': 2, 'one': 2, 'example': 1, 'but': 1,...FeatureHasher is 2**20. Here we set n_features = 2**18 to illustrate...scikit-learn.org/stable/auto_examples/text/plot_hashing_vs_dict_vectorizer.html -
homogeneity_completeness_v_measure — scikit-lea...
2 , 2 ], [ 0 , 0 , 1 , 2 , 2 , 2 ] >>> homogen...scikit-learn.org/stable/modules/generated/sklearn.metrics.homogeneity_completeness_v_measure.html -
mean_squared_log_error — scikit-learn 1.6.0 doc...
2 ], [ 7 , 6 ]] >>> y_pred = [[ 0.5 , 2 ], [ 1 , 2.5 ],...y_true = [ 3 , 5 , 2.5 , 7 ] >>> y_pred = [ 2.5 , 5 , 4 , 8 ] >>>...scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_squared_log_error.html -
Feature discretization — scikit-learn 1.6.0 doc...
n_features = 2 , n_redundant = 0 , n_informative = 2 , random_state...GradientBoostingClas: 0.84 SVC: 0.84 dataset 2 --------- LogisticRegression:...scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization_classification.html -
Decision Boundaries of Multinomial and One-vs-R...
2 ], [ - 0.4 , 1.2 ]] X = np . dot ( X ,..."Feature 1" , ylabel = "Feature 2" ) _ = ax . legend ( * scatter...scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_multinomial.html