Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 311 - 320 of 2,271 for 2 (0.07 sec)

  1. CCA — scikit-learn 1.7.0 documentation

    [ 2. , 2. , 2. ], [ 3. , 5. , 4. ]] >>>...y = [[ 0.1 , - 0.2 ], [ 0.9 , 1.1 ], [ 6.2 , 5.9 ], [ 11.9 ,...
    scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.CCA.html
    Fri Jun 06 09:13:47 UTC 2025
      158.9K bytes
      Cache
     
  2. RobustScaler — scikit-learn 1.7.0 documentation

    - 2. , 2. ], ... [ - 2. , 1. , 3. ], ... [ 4. , 1. , - 2. ]]...transform ( X ) array([[ 0. , -2. , 0. ], [-1. , 0. , 0.4], [ 1....
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.RobustScaler.html
    Fri Jun 06 09:13:47 UTC 2025
      134.3K bytes
      Cache
     
  3. make_moons — scikit-learn 1.7.0 documentation

    2 , random_state = 42 ) >>> X . shape (200, 2) >>> y ....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
    Fri Jun 06 09:13:47 UTC 2025
      114.3K bytes
      Cache
     
  4. index.css

    --sk-landing-bg-2: var(--sk-cyan-shades-2); --sk-landing-bg-3:...var(--sk-cyan-shades-3); --sk-landing-bg-2: var(--sk-cyan); --sk-landing-bg-3:...
    scikit-learn.org/stable/_static/styles/index.css
    Fri Jun 06 09:13:46 UTC 2025
      3.6K bytes
     
  5. OneHotEncoder — scikit-learn 1.7.0 documentation

    Features with 1 or more than 2 categories are left intact. array...(CSR) format. Added in version 1.2: sparse was renamed to sparse_output...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.OneHotEncoder.html
    Fri Jun 06 09:13:47 UTC 2025
      168.2K bytes
      Cache
     
  6. VotingRegressor — scikit-learn 1.7.0 documentation

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...X = np . array ([[ 1 , 1 ], [ 2 , 4 ], [ 3 , 9 ], [ 4 , 16 ],...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.VotingRegressor.html
    Fri Jun 06 09:13:46 UTC 2025
      146.5K bytes
      Cache
     
  7. LinearDiscriminantAnalysis — scikit-learn 1.7.0...

    2 ]]) >>> y = np . array ([ 1 , 1 , 1 , 2 , 2 , 2 ]) >>>...- 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2 , 1 ], [ 3...
    scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.LinearDiscriminantAnalysi...
    Fri Jun 06 09:13:46 UTC 2025
      155K bytes
      Cache
     
  8. HashingVectorizer — scikit-learn 1.7.0 document...

    2) means unigrams and bigrams, and (2, 2) means only...n_features is large enough (e.g. 2 ** 18 for text classification...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.HashingVectorizer.html
    Fri Jun 06 09:13:46 UTC 2025
      144.7K bytes
      Cache
     
  9. mutual_info_regression — scikit-learn 1.7.0 doc...

    [ 2 ] ( 1 , 2 ) A. Kraskov, H. Stogbauer...neighbors distances as described in [2] and [3] . Both methods are based...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.mutual_info_regression.html
    Fri Jun 06 09:13:46 UTC 2025
      114.4K bytes
      Cache
     
  10. cluster_optics_dbscan — scikit-learn 1.7.0 docu...

    2 ], [ 2 , 5 ], [ 3 , 6 ], ... [ 8... ( ... X , ... min_samples = 2 , ... max_eps = np . inf , ......
    scikit-learn.org/stable/modules/generated/sklearn.cluster.cluster_optics_dbscan.html
    Fri Jun 06 09:13:46 UTC 2025
      112K bytes
      Cache
     
Back to top