- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 31 - 40 of 388 for f (0.23 sec)
-
1.5. Stochastic Gradient Descent — scikit-learn...
f(x_i)) = \max(0, 1 - y_i f(x_i))^2\) if \(y_i f(x_i) >...Classification. \(L(y_i, f(x_i)) = \max(0, 1 - y_i f(x_i))\) . Perceptron:...scikit-learn.org/stable/modules/sgd.html -
4.2. Permutation feature importance — scikit-le...
print ( f " { diabetes . feature_names [ i ] : <8 } " ... f " { r...print ( f " { diabetes . feature_names [ i ] : <8 } " ... f " { r...scikit-learn.org/stable/modules/permutation_importance.html -
auto_examples_python.zip
randn(1000) f_test, _ = f_regression(X, y) f_test /= np.max(f_test)...with f_0, and negatively correlated with f_1 y = 5 * f_0 + np.sin(10...scikit-learn.org/stable/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip -
Download Elastic Cloud on Kubernetes | Elastic
following commands: kubectl create -f https://download.elastic.co/d...Clipboard Copy kubectl apply -f https://download.elastic.co/d...www.elastic.co/downloads/elastic-cloud-kubernetes -
plot_hgbt_regression.py
print(f"Training sample size: {X_train.shape[0]}") print(f"Test...size: {X_test.shape[0]}") print(f"Number of features: {X_train.shape[1]}")...scikit-learn.org/stable/_downloads/d108f2283ac3905eb623b32d42217a2b/plot_hgbt_regression.py -
3.4. Metrics and scoring: quantifying the quali...
The F-measure ( \(F_\beta\) and \(F_1\) measures) can...score, also known as balanced F-score or F-measure. fbeta_score (y_true,...scikit-learn.org/stable/modules/model_evaluation.html -
FeatureHasher — scikit-learn 1.6.1 documentation
'run' : 5 }] >>> f = h . transform ( D ) >>> f . toarray () array([[..."bird" ]] >>> f = h . transform ( raw_X ) >>> f . toarray () array([[...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.FeatureHasher.html -
1.16. Probability calibration — scikit-learn 1....
(y_i - \hat{f}_i)^2\] subject to \(\hat{f}_i \geq \hat{f}_j\) whenever...: \[p(y_i = 1 | f_i) = \frac{1}{1 + \exp(A f_i + B)} \,,\] where...scikit-learn.org/stable/modules/calibration.html -
plot_hgbt_regression.rst.txt
print(f"Training sample size: {X_train.shape[0]}") print(f"Test...size: {X_test.shape[0]}") print(f"Number of features: {X_train.shape[1]}")...scikit-learn.org/stable/_sources/auto_examples/ensemble/plot_hgbt_regression.rst.txt -
RepeatedStratifiedKFold — scikit-learn 1.6.1 do...
print ( f "Fold { i } :" ) ... print ( f " Train: index=...train_index } " ) ... print ( f " Test: index= { test_index }...scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedStratifiedKFold.html