Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 541 - 550 of 3,264 for 2 (0.52 sec)

  1. scale — scikit-learn 1.7.2 documentation

    import scale >>> X = [[ - 2 , 1 , 2 ], [ - 1 , 0 , 1 ]] >>> scale...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.scale.html
    Wed Sep 24 16:15:26 UTC 2025
      111.4K bytes
      Cache
     
  2. OneClassSVM — scikit-learn 1.7.2 documentation

    2.0547, 2.0556, 2.0561, 1.7332]) For a more...
    scikit-learn.org/stable/modules/generated/sklearn.svm.OneClassSVM.html
    Wed Sep 24 16:15:26 UTC 2025
      139.3K bytes
      Cache
     
  3. SelectorMixin — scikit-learn 1.7.2 documentation

    mask [: 2 ] = True # select the first two...fit_transform ( X , y ) . shape (150, 2) fit_transform ( X , y = None...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectorMixin.html
    Wed Sep 24 16:15:24 UTC 2025
      121.7K bytes
      Cache
     
  4. Map data to a normal distribution — scikit-lear...

    figaspect ( 2 )) axes = axes . flatten () axes_idxs..., 9 ), ( 1 , 4 , 7 , 10 ), ( 2 , 5 , 8 , 11 ), ( 12 , 15 , 18...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_map_data_to_normal.html
    Wed Sep 24 16:15:25 UTC 2025
      105.1K bytes
      Cache
     
  5. 9.1. Strategies to scale computationally: bigge...

    2. Extracting features # 2. could be any relevant...
    scikit-learn.org/stable/computing/scaling_strategies.html
    Tue Sep 23 15:14:23 UTC 2025
      46.2K bytes
      Cache
     
  6. MultiLabelBinarizer — scikit-learn 1.7.2 docume...

    2 ), ( 3 ,)]) array([[1, 1, 0],...>>> mlb . classes_ array([1, 2, 3]) >>> mlb . fit_transform ([{...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.MultiLabelBinarizer.html
    Wed Sep 24 16:15:25 UTC 2025
      126.2K bytes
      Cache
     
  7. CategoricalNB — scikit-learn 1.7.2 documentation

    2. Changed in version 1.4: The default...)) >>> y = np . array ([ 1 , 2 , 3 , 4 , 5 , 6 ]) >>> from sklearn.naive_bayes...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.CategoricalNB.html
    Wed Sep 24 16:15:25 UTC 2025
      151.9K bytes
      Cache
     
  8. 3.3. Tuning the decision threshold for class pr...

    DecisionTreeClassifi ( max_depth = 2 , random_state = 0 ) . fit ( X...best_score_ np.float64(0.86) 3.3.1.2. Important notes regarding the...
    scikit-learn.org/stable/modules/classification_threshold.html
    Wed Sep 24 16:15:24 UTC 2025
      48.7K bytes
      Cache
     
  9. Density Estimation for a Gaussian mixture — sci...

    2 ) + np . array ([ 20 , 20 ]) #...random . randn ( n_samples , 2 ), C ) # concatenate the two datasets...
    scikit-learn.org/stable/auto_examples/mixture/plot_gmm_pdf.html
    Wed Sep 24 16:15:25 UTC 2025
      93.1K bytes
      Cache
     
  10. Binarizer — scikit-learn 1.7.2 documentation

    2. ], ... [ 2. , 0. , 0. ], ... [ 0. ,...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.Binarizer.html
    Wed Sep 24 16:15:26 UTC 2025
      133.1K bytes
      Cache
     
Back to top