Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1061 - 1070 of over 10,000 for 2 (0.2 seconds)

  1. ward_tree — scikit-learn 1.8.0 documentation

    s)^2 + \frac{|v|+|t|} {T}d(v,t)^2 - \frac{|v|} {T}d(s,t)^2}\]...array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2 ], [ 4 , 4...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.ward_tree.html
    Mon Jan 26 11:09:12 GMT 2026
      113.1K bytes
      Cache
     
  2. Time-related feature engineering — scikit...

    0000 2 spring 0 1 2 False 6 False clear 9.02...22.0028 12381 summer 1 6 2 False 2 True rain 21.32 25.000 0.72...
    scikit-learn.org/stable/auto_examples/applications/plot_cyclical_feature_engineering.html
    Mon Jan 26 11:09:14 GMT 2026
      216K bytes
      Cache
     
  3. BaseEstimator — scikit-learn 1.8.0 docume...

    {'param': 2} >>> X = np . array ([[ 1 , 2 ], [ 2 , 3 ],...y ) . predict ( X ) array([2, 2, 2]) >>> estimator ....
    scikit-learn.org/stable/modules/generated/sklearn.base.BaseEstimator.html
    Mon Jan 26 11:09:12 GMT 2026
      118.6K bytes
      Cache
     
  4. Concentration Prior Type Analysis of Variation ...

    normalization eig_vals = 2 * np . sqrt ( 2 ) * np . sqrt ( eig_vals...= 0.8 ) ax1 . set_xlim ( - 2.0 , 2.0 ) ax1 . set_ylim ( - 3.0...
    scikit-learn.org/stable/auto_examples/mixture/plot_concentration_prior.html
    Mon Jan 26 11:09:12 GMT 2026
      111.9K bytes
      Cache
     
  5. NearestNeighbors — scikit-learn 1.8.0 doc...

    2 , return_distance = False ) array([[2, 0]]...) >>>...array([[2]])) As you can see, it returns [[0.5]], and [[2]], which...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestNeighbors.html
    Mon Jan 26 14:16:33 GMT 2026
      152.2K bytes
      Cache
     
  6. make_moons — scikit-learn 1.8.0 documenta...

    2 , random_state = 42 ) >>> X . shape (200, 2) >>>...n_samples int or tuple of shape (2,), dtype=int, default=100 If int,...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_moons.html
    Mon Jan 26 14:16:33 GMT 2026
      114.3K bytes
      Cache
     
  7. Lars — scikit-learn 1.8.0 documentation

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...n_nonzero_coefs = 500 , eps = np.float64(2.220446049250313e-16) , copy_X...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Lars.html
    Mon Jan 26 14:16:29 GMT 2026
      139.5K bytes
      Cache
     
  8. fetch_lfw_pairs — scikit-learn 1.8.0 docu...

    2, 62, 47). Shape depends on subset Each row has 2 face...Download it if necessary. Classes 2 Samples total 13233 Dimensionality...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_lfw_pairs.html
    Mon Jan 26 11:09:17 GMT 2026
      113.7K bytes
      Cache
     
  9. Probability Calibration for 3-class classificat...

    "($\frac {1}{2} $, $0$, $\frac {1}{2} $)" , xy = (..."($0$, $\frac {1}{2} $, $\frac {1}{2} $)" , xy = ( 0.0...
    scikit-learn.org/stable/auto_examples/calibration/plot_calibration_multiclass.html
    Mon Jan 26 11:09:14 GMT 2026
      230.5K bytes
      Cache
     
  10. inplace_column_scale — scikit-learn 1.8.0...

    2 , 2 ]) >>> data = np . array ([ 8 , 1 , 2 , 5...>>> scale = np . array ([ 2 , 3 , 2 ]) >>> csr = sparse...
    scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.inplace_column_scale.html
    Mon Dec 29 13:14:49 GMT 2025
      109K bytes
      Cache
     
Back to Top