Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1031 - 1040 of over 10,000 for 2 (0.34 seconds)

Filter
  1. 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/
    Tue Mar 17 04:25:30 UTC 2026
      22.4K bytes
      1 views
      Cache
     
  2. 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
    Mon Mar 23 20:39:21 UTC 2026
      14K bytes
      Cache
     
  3. 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
    Mon Mar 23 20:39:21 UTC 2026
      19.1K bytes
      Cache
     
  4. 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
    Mon Mar 23 20:39:21 UTC 2026
      18.5K bytes
      Cache
     
  5. 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
    Thu Feb 26 23:22:36 UTC 2026
      124.9K bytes
      Cache
     
  6. 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
    Mon Mar 23 20:39:21 UTC 2026
      23.3K bytes
      Cache
     
  7. 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
    Mon Mar 23 20:39:23 UTC 2026
      16.6K bytes
      Cache
     
  8. 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
    Mon Mar 23 20:39:21 UTC 2026
      15K bytes
      Cache
     
  9. 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
    Mon Mar 23 20:39:20 UTC 2026
      15.8K bytes
      Cache
     
  10. 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
    Tue Mar 17 03:44:39 UTC 2026
      1.4K bytes
     
Back to Top