- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 341 - 350 of 2,271 for 2 (0.06 sec)
-
lars_path — scikit-learn 1.7.0 documentation
is: ( 1 / ( 2 * n_samples )) * || y - Xw ||^ 2_2 + alpha * ||...copy_X = True , eps = np.float64(2.220446049250313e-16) , copy_Gram...scikit-learn.org/stable/modules/generated/sklearn.linear_model.lars_path.html -
WhiteKernel — scikit-learn 1.7.0 documentation
x_2) = noise\_level \text{ if } x_i...0.3680 >>> gpr . predict ( X [: 2 ,:], return_std = True ) (array([653.0,...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.WhiteKernel.html -
plot_classifier_comparison.rst.txt
make_classification( n_features=2, n_redundant=0, n_informative=2, random_state=1,...rng = np.random.RandomState(2) X += 2 * rng.uniform(size=X.shape)...scikit-learn.org/stable/_sources/auto_examples/classification/plot_classifier_comparison.rst.txt -
Deleting a field from a document in Elasticsear...
2. Use the Update API with a script...documents in the index. Method 2: Reindexing with a Modified Source...www.elastic.co/search-labs/blog/elasticsearch-delete-field-from-document -
OneVsOneClassifier — scikit-learn 1.7.0 documen...
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 -
Popular Favorites | MetaFilter
Antihero to MetaFilter on Jun 1 at 2:02 PM 68 users marked this as...Kattullus to MetaFilter on Jun 2 at 6:31 AM 56 users marked this...www.metafilter.com/popular.mefi -
Indianapolis celebrates an epic sports weekend ...
Hinchcliffe was there for Game 2 and the triumvirate of Kyle Kirkwood,...Marcus Ericsson went to Game 2 of the Indiana-Milwaukee series....www.nbcnews.com/sports/sports/indianapolis-pacers-fever-indy-500-rcna208896 -
Mystical
5 mul 0 360 arc fill } [ 0 1 2 1.5 40 360 (Hooray World) ] <<...ring's start/end sigil. [ 0 1 2 1.5 40 360 << /longname (Mystical)...suberic.net/~dmm/projects/mystical/README.html -
7.7. Kernel Approximation — scikit-learn 1.7.0 ...
\Lambda U_2^T \\ U_2 \Lambda U_1^T & U_2 \Lambda U_2^T \end{bmatrix}...\\ U_2\end{bmatrix} \Lambda \begin{bmatrix} U_1 \\ U_2 \end{bmatrix}^T...scikit-learn.org/stable/modules/kernel_approximation.html -
plot_multi_metric_evaluation.py
range(2, 403, 20)}, scoring=scoring, refit="AUC", n_jobs=2, re...sklearn.datasets import make_hastie_10_2 from sklearn.metrics import accuracy_score,...scikit-learn.org/stable/_downloads/dedbcc9464f3269f4f012f4bfc7d16da/plot_multi_metric_evaluation.py