- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1031 - 1040 of over 10,000 for 2 (0.28 seconds)
Filter
-
Learn the basics of Python
= 2 . 1 . 0 ,>= 2 . 0 . 0 # Apache- 2 . 0 WebOb >=...“final” version of Python 2, version 2.7, was released in 2010....developer.ibm.com/articles/python-overview-and-basics/ -
euclidean_distances — scikit-learn 1.8.0 docume...
x ) - 2 * dot ( x , y ) + dot ( y , y...dot-products of vectors in Y (e.g., (Y**2).sum(axis=1) ) May be ignored...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.euclidean_distances.html -
OrdinalEncoder — scikit-learn 1.8.0 documentation
transform ( X_test ) array([[2.], [0.], [1.], [2.], [3.], [4.]]) fit (...scikit-learn 1.2 Release Highlights for scikit-learn 1.2 Release Highlights...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.OrdinalEncoder.html -
MDS — scikit-learn 1.8.0 documentation
MDS ( n_components = 2 , * , metric_mds = True , n_init...Parameters : n_components int, default=2 Number of dimensions in which...scikit-learn.org/stable/modules/generated/sklearn.manifold.MDS.html -
Index a runtime field | Elastic Docs
2, "node": "a"}... 200, "voltage": 4.2, "node": "c"}...www.elastic.co/docs/manage-data/data-store/mapping/index-runtime-field -
PCA — scikit-learn 1.8.0 documentation
[ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2 , 1 ], [ 3...3 , 2 ]]) >>> pca = PCA ( n_components = 2 ) >>> pca . fit (...scikit-learn.org/stable/modules/generated/sklearn.decomposition.PCA.html -
PolynomialCountSketch — scikit-learn 1.8.0 docu...
degree = 2 , coef0 = 0 , n_components = 100...approximated. degree int, default=2 Degree of the polynomial kernel...scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.PolynomialCountSketch.html -
k_means — scikit-learn 1.8.0 documentation
2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 10 , 2 ], [ 10 , 4...>>> centroid array([[10., 2.], [ 1., 2.]]) >>> label array([1,...scikit-learn.org/stable/modules/generated/sklearn.cluster.k_means.html -
SVM: Weighted samples — scikit-learn 1.8.0 docu...
n_features = 2 , n_informative = 2 , n_redundant = 0 ,..., axes = plt . subplots ( 1 , 2 , figsize = ( 14 , 6 )) plot_decision_function...scikit-learn.org/stable/auto_examples/svm/plot_weighted_samples.html -
plot_multi_metric_evaluation.py
range(2, 403, 20)}, scoring=scoring, refit="AUC", n_jobs=2, re...ax.plot( [ X_axis[best_index], ] * 2, [0, best_score], linestyle="-.",...scikit-learn.org/stable/_downloads/dedbcc9464f3269f4f012f4bfc7d16da/plot_multi_metric_evaluation.py