- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 211 - 220 of 455 for f (0.05 sec)
-
SGD: convex loss functions — scikit-learn 1.6.1...
"Decision function $f(x)$" ) plt . ylabel ( "$L(y=1, f(x))$" ) plt ....scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_loss_functions.html -
Comparing Target Encoder with Other Encoders — ...
std = f "rmse_ { subset } _mean" , f "rmse_ { subset...index ], ) ax . set ( title = f "RMSE ( { subset . title () }...scikit-learn.org/stable/auto_examples/preprocessing/plot_target_encoder.html -
Ordinary Least Squares Example — scikit-learn 1...
predict ( X_test ) print ( f "Mean squared error: { mean_squared_error...y_pred ) : .2f } " ) print ( f "Coefficient of determination:...scikit-learn.org/stable/auto_examples/linear_model/plot_ols.html -
Plot classification probability — scikit-learn ...
y_pred ) print ( f "Accuracy (train) for { name }...classifier_idx , label ] . set_title ( f "Class { label } " ) # plot data...scikit-learn.org/stable/auto_examples/classification/plot_classification_probability.html -
API Reference — scikit-learn 1.6.1 documentation
feature_selection f_classif Compute the ANOVA F-value for the provided...score, also known as balanced F-score or F-measure. sklearn.metrics...scikit-learn.org/stable/api/index.html -
地名ランキング一覧34件中 1件から20件 - gooランキング
「復活のF」、1位は… 1 最高に面白かった劇場版ドラゴンボールランキング!3位「神龍の伝説」、2位「復活のF」、1位は…...最高に面白かった劇場版ドラゴンボールランキング!3位「神龍の伝説」、2位「復活のF」、1位は… 4 ジャンプ史上最高傑作だと思うスポーツアニメ...ranking.goo.ne.jp/topic/20/ -
Single estimator versus bagging: bias-variance ...
f ( X_test ), "b" , label = "$f(x)$" ) plt . plot...estimators ) # Generate data def f ( x ): x = x . ravel () return...scikit-learn.org/stable/auto_examples/ensemble/plot_bias_variance.html -
Live updates: Trump signs more executive orders...
www.nbcnews.com/politics/politics-news/live-blog/live-updates-trump-tariffs-ukraine-russia-rcna19... -
r_regression — scikit-learn 1.6.1 documentation
f_classif ANOVA F-value between label/feature...coefficients of features. See also f_regression Univariate linear regression...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.r_regression.html -
Label Propagation digits: Demonstrating perform...
pyplot as plt f = plt . figure ( figsize = ( 7...images [ image_index ] sub = f . add_subplot ( 2 , 5 , index...scikit-learn.org/stable/auto_examples/semi_supervised/plot_label_propagation_digits.html