Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 771 - 780 of 3,416 for 1 (0.1 sec)

  1. config_context — scikit-learn 1.5.2 documentation

    Added in version 1.1. enable_cython_pairwise_dist...configuration setting. Added in version 1.1. array_api_dispatch bool, default=None...
    scikit-learn.org/stable/modules/generated/sklearn.config_context.html
    Thu Oct 31 11:00:32 UTC 2024
      115.6K bytes
      Cache
     
  2. 11. Dispatching — scikit-learn 1.5.2 documentation

    1. Array API support (experimental) 11.1.1. Example...usage 11.1.2. Support for Array API -compatible inputs 11.1.3. Common...
    scikit-learn.org/stable/dispatching.html
    Thu Oct 31 11:00:34 UTC 2024
      30.7K bytes
      Cache
     
  3. fetch_covtype — scikit-learn 1.5.2 documentation

    Added in version 1.5. delay float, default=1.0 Number of seconds...False , n_retries = 3 , delay = 1.0 ) [source] # Load the covertype...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_covtype.html
    Thu Oct 31 11:00:34 UTC 2024
      114.2K bytes
      Cache
     
  4. inplace_csr_row_normalize_l1 — scikit-learn 1.5...

    1 , 2 , 3 ]) >>> data = np . array ([ 1.0 , 2.0 , 3.0...0. ], [0. , 0. , 1. , 0. ], [0. , 0. , 0. , 1. ]]) On this page...
    scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs_fast.inplace_csr_row_normaliz...
    Mon Oct 28 21:34:16 UTC 2024
      106.7K bytes
      Cache
     
  5. r_regression — scikit-learn 1.5.2 documentation

    Added in version 1.1. Returns : correlation_coefficient...User Guide . Added in version 1.0. Parameters : X {array-like,...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.r_regression.html
    Thu Oct 31 11:00:34 UTC 2024
      110.5K bytes
      Cache
     
  6. Nested versus non-nested cross-validation — sci...

    = { "C" : [ 1 , 10 , 100 ], "gamma" : [ 0.01 , 0.1 ]} # We will...Iris Dataset" , x = 0.5 , y = 1.1 , fontsize = "15" , ) # Plot...
    scikit-learn.org/stable/auto_examples/model_selection/plot_nested_cross_validation_iris.html
    Thu Oct 31 11:00:32 UTC 2024
      97.8K bytes
      Cache
     
  7. Outlier detection with Local Outlier Factor (LO...

    n_neighbors ) is typically set 1) greater than the minimum number...ground_truth [ - n_outliers :] = - 1 Fit the model for outlier detection...
    scikit-learn.org/stable/auto_examples/neighbors/plot_lof_outlier_detection.html
    Thu Oct 31 11:00:34 UTC 2024
      94.2K bytes
      Cache
     
  8. sklearn.preprocessing — scikit-learn 1.5.2 docu...

    Scale each feature to the [-1, 1] range without breaking the...data (set feature values to 0 or 1) according to a threshold. FunctionTransformer...
    scikit-learn.org/stable/api/sklearn.preprocessing.html
    Thu Oct 31 11:00:34 UTC 2024
      124.3K bytes
      Cache
     
  9. GMM Initialization Methods — scikit-learn 1.5.2...

    1 ], s = 75 , marker = "D" , c = "orange" , lw = 1.5 , edgecolors...random_state = 0 ) X = X [:, :: - 1 ] n_samples = 4000 n_components...
    scikit-learn.org/stable/auto_examples/mixture/plot_gmm_init.html
    Thu Oct 31 11:00:34 UTC 2024
      95K bytes
      Cache
     
  10. Species distribution modeling — scikit-learn 1....

    subplot ( 1 , 2 , i + 1 ) if basemap : print ( "...Returns ------- (xgrid, ygrid) : 1-D arrays The grid corresponding...
    scikit-learn.org/stable/auto_examples/applications/plot_species_distribution_modeling.html
    Thu Oct 31 11:00:34 UTC 2024
      117.7K bytes
      Cache
     
Back to top