- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 171 - 180 of 402 for f (0.17 sec)
-
Polynomial and Spline interpolation — scikit-le...
def f ( x ): """Function to be approximated...replace = False )) y_train = f ( x_train ) # create 2D-array...scikit-learn.org/stable/auto_examples/linear_model/plot_polynomial_interpolation.html -
1.13. Feature selection — scikit-learn 1.7.0 do...
f_classif , mutual_info_classif The methods based on F-test...estimator. For instance, we can use a F-test to retrieve the two best...scikit-learn.org/stable/modules/feature_selection.html -
Israel-Iran conflict live updates: Trump rebuke...
” CNN f irst reported the assessment’s...that they don’t know what the f--- they’re doing,” he said. Israel...www.nbcnews.com/world/middle-east/live-blog/live-updates-iran-israel-trump-ceasefire-rcna214671 -
Precision-Recall — scikit-learn 1.7.0 documenta...
positives ( \(F_p\) ). \[P = \frac{T_p}{T_p+F_p}\] Recall ( \(R\)...negatives ( \(F_n\) ). \[R = \frac{T_p}{T_p + F_n}\] The precision-recall...scikit-learn.org/stable/auto_examples/model_selection/plot_precision_recall.html -
Categorical Feature Support in Gradient Boostin...
shape [ 1 ] print ( f "Number of samples: { X . shape...shape [ 0 ] } " ) print ( f "Number of features: { X . shape [ 1...scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_categorical.html -
about.rst.txt
F. and Varoquaux, G. and Gramfort,...scikit-learn.org/stable/_sources/about.rst.txt -
Gaussian Processes regression: basic introducto...
generative process is defined as \(f(x) = x \sin(x)\) . import numpy.... plot ( X , y , label = r "$f(x) = x \sin(x)$" , linestyle =...scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpr_noisy_targets.html -
SelectFdr — scikit-learn 1.7.0 documentation
See also f_classif ANOVA F-value between label/feature...for classification tasks. f_regression F-value between label/feature...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFdr.html -
SelectFwe — scikit-learn 1.7.0 documentation
See also f_classif ANOVA F-value between label/feature...for classification tasks. f_regression F-value between label/feature...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFwe.html -
Hierarchical clustering: structured vs unstruct...
print ( f "Elapsed time: { elapsed_time : .2f } s" ) print ( f "Number...print ( f "Elapsed time: { elapsed_time : .2f } s" ) print ( f "Number...scikit-learn.org/stable/auto_examples/cluster/plot_ward_structured_vs_unstructured.html