Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 361 - 370 of 2,897 for 1 (0.32 sec)

  1. 3.1. Cross-validation: evaluating estimator per...

    3] [0 1] [1 3] [0 2] [1 2] [0 3] [0 3] [1 2] [0 2] [1 3] [0 1]...>>> y = [ 1 , 1 , 1 , 2 , 2 , 2 ] >>> groups = [ 1 , 1 , 2 , 2...
    scikit-learn.org/stable/modules/cross_validation.html
    Tue Nov 04 06:34:51 UTC 2025
      162.2K bytes
      1 views
      Cache
     
  2. Kernel PCA — scikit-learn 1.7.2 documentation

    1 ], c = y_train ) train_ax . set_ylabel ( "Feature #1" )...= make_circles ( n_samples = 1_000 , factor = 0.3 , noise = 0.05...
    scikit-learn.org/stable/auto_examples/decomposition/plot_kernel_pca.html
    Tue Nov 04 06:34:51 UTC 2025
      107.5K bytes
      Cache
     
  3. Displaying Pipelines — scikit-learn 1.7.2 docum...

    0001 C 1.0 fit_intercept True intercept_scaling 1 class_weight...0.0001 C 1.0 fit_intercept True intercept_scaling 1 class_weight...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_pipeline_display.html
    Tue Nov 04 06:34:51 UTC 2025
      287.7K bytes
      Cache
     
  4. plot_tree — scikit-learn 1.7.2 documentation

    “x[1]”, …). class_names array-like...
    scikit-learn.org/stable/modules/generated/sklearn.tree.plot_tree.html
    Sat Nov 01 09:15:34 UTC 2025
      114.1K bytes
      Cache
     
  5. LabelEncoder — scikit-learn 1.7.2 documentation

    classes_ array([1, 2, 6]) >>> le . transform ([ 1 , 1 , 2 , 6 ]) array([0,...array([0, 0, 1, 2]...) >>> le . inverse_transform ([ 0 , 0 , 1 , 2 ])...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.LabelEncoder.html
    Tue Nov 04 06:34:51 UTC 2025
      123.2K bytes
      Cache
     
  6. PassiveAggressiveRegressor — scikit-learn 1.7.2...

    default=1.0 Maximum step size (regularization). Defaults to 1.0. fit_intercept...PassiveAggressiveReg ( * , C = 1.0 , fit_intercept = True , max_iter...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.PassiveAggressiveRegressor.html
    Tue Nov 04 06:34:51 UTC 2025
      154.1K bytes
      Cache
     
  7. 3.4. Metrics and scoring: quantifying the quali...

    1 , 1 , 1 , 1 , 1 ] >>> y_pred = [ 0 , 1 , 0 , 1 , 0 ,..., 0 , 1 , 1 , 1 , 1 , 1 ] >>> y_pred = [ 0 , 1 , 0 , 1 , 0 ,...
    scikit-learn.org/stable/modules/model_evaluation.html
    Tue Nov 04 06:34:51 UTC 2025
      417.3K bytes
      Cache
     
  8. 2023年7月1日版との比較

    Microsoft 365 株式会社NTTドコモ 2023年7月1日版との比較 Microsoft® Excel® for Microsoft...
    www.docomo.ne.jp/binary/pdf/utility/privacy/privacy_policy_20230701_hikaku.pdf
    Fri Apr 12 01:00:18 UTC 2024
      274.7K bytes
     
  9. dbscan — scikit-learn 1.7.2 documentation

    1, 2, 3, 4]) >>> labels array([ 0, 0, 0, 1, 1, -1]) On this...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/dbscan-function.html
    Tue Nov 04 06:34:51 UTC 2025
      115.6K bytes
      Cache
     
  10. ExtraTreeRegressor — scikit-learn 1.7.2 documen...

    min_samples_leaf = 1 , min_weight_fraction_leaf = 0.0 , max_features = 1.0 ,...max_features=n_features . Changed in version 1.1: The default of max_features...
    scikit-learn.org/stable/modules/generated/sklearn.tree.ExtraTreeRegressor.html
    Sat Nov 01 09:15:33 UTC 2025
      160.8K bytes
      Cache
     
Back to top