- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1191 - 1200 of over 10,000 for 2 (0.2 seconds)
-
Curve Fitting with Bayesian Ridge Regression &#...
sin ( 2 * np . pi * x ) size = 25 rng..., axes = plt . subplots ( 1 , 2 , figsize = ( 8 , 4 )) for i ,...scikit-learn.org/stable/auto_examples/linear_model/plot_bayesian_ridge_curvefit.html -
Serverless - IBM Developer
developer.ibm.com/depmodels/serverless -
NotFittedError — scikit-learn 1.8.0 docum...
scikit-learn.org/stable/modules/generated/sklearn.exceptions.NotFittedError.html -
IsolationForest example — scikit-learn 1....
2 ) @ covariance + np . array ([ 2 , 2 ]) # general...randn ( n_samples , 2 ) + np . array ([ - 2 , - 2 ]) # spherical outliers...scikit-learn.org/stable/auto_examples/ensemble/plot_isolation_forest.html -
Archives
fichiers Méthode 2 : Clonage du dépôt avec Git Étape 2 : Vérification...Installation d’OpenSearch Étape 2 : Installation de Fess Étape 3...fess.codelibs.org/fr/archives.html -
OneVsOneClassifier — scikit-learn 1.8.0 d...
X_test [: 10 ]) array([2, 1, 0, 2, 0, 2, 0, 1, 1, 1]) decision_function...n_classes * (n_classes - 1) / 2 classifiers, this method is usually...scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsOneClassifier.html -
safe_mask — scikit-learn 1.8.0 documentation
[ 2 ], [ 3 ], [ 4 ], [ 5 ]]) >>>...[ mask ] . toarray () array([[2], [3], [5]]) On this page This...scikit-learn.org/stable/modules/generated/sklearn.utils.safe_mask.html -
Receiver Operating Characteristic (ROC) with cr...
= 2 ], y [ y != 2 ] n_samples , n_features...linearly separable from the other 2; the latter are not linearly separable...scikit-learn.org/stable/auto_examples/model_selection/plot_roc_crossval.html -
OrthogonalMatchingPursuit — scikit-learn ...
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...coefficient of determination, \(R^2\) , is defined as \((1 - \frac{u}{v})\)...scikit-learn.org/stable/modules/generated/sklearn.linear_model.OrthogonalMatchingPursuit.html -
accuracy_score — scikit-learn 1.8.0 docum...
2 , 1 , 3 ] >>> y_true = [ 0 , 1 , 2 , 3 ] >>>...], [ 1 , 1 ]]), np . ones (( 2 , 2 ))) 0.5 Gallery examples # Plot...scikit-learn.org/stable/modules/generated/sklearn.metrics.accuracy_score.html