Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 511 - 520 of over 10,000 for 1 (0.98 seconds)

Filter
  1. NeighborhoodComponentsAnalysis — scikit-learn 1...

    If 1, progress messages will be printed to stdout. If > 1, progress...<= min(n_features, n_classes - 1) we use 'lda' , as it uses labels...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NeighborhoodComponentsAnalysis.html
    Mon Mar 23 20:39:20 UTC 2026
      17.9K bytes
      Cache
     
  2. Bunch — scikit-learn 1.8.0 documentation

    import Bunch >>> b = Bunch ( a = 1 , b = 2 ) >>> b [ 'b' ] 2 >>>...
    scikit-learn.org/stable/modules/generated/sklearn.utils.Bunch.html
    Mon Mar 23 20:39:21 UTC 2026
      14.5K bytes
      Cache
     
  3. GaussianProcessClassifier — scikit-learn 1.8.0 ...

    1, 3.2, and 5.1 from [RW2006] . Internally,...None is passed, the kernel “1.0 * RBF(1.0)” is used as default. Note...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessClassifier.html
    Mon Mar 23 20:39:20 UTC 2026
      19.8K bytes
      Cache
     
  4. fetch_rcv1 — scikit-learn 1.8.0 documentation

    Added in version 1.5. delay float, default=1.0 Number of seconds...False , n_retries = 3 , delay = 1.0 ) [source] # Load the RCV1 multilabel...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_rcv1.html
    Mon Mar 23 20:39:20 UTC 2026
      14.2K bytes
      Cache
     
  5. make_column_transformer — scikit-learn 1.8.0 do...

    means 1 unless in a joblib.parallel_backend context. -1 means...Added in version 1.5. Changed in version 1.7: The default value...
    scikit-learn.org/stable/modules/generated/sklearn.compose.make_column_transformer.html
    Mon Mar 23 20:39:23 UTC 2026
      15.9K bytes
      Cache
     
  6. SequentialFeatureSelector — scikit-learn 1.8.0 ...

    version 1.1: The option "auto" was added in version 1.1. Changed...version 1.3: The default changed from "warn" to "auto" in 1.3. tol...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SequentialFeatureSelector.html
    Mon Mar 23 20:39:21 UTC 2026
      18.1K bytes
      Cache
     
  7. Quantile regression — scikit-learn 1.8.0 docume...

    scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Lagged features...axs [ 1 , 0 ] . set_xlabel ( "Residuals" ) _ = axs [ 1 , 1 ] ....
    scikit-learn.org/stable/auto_examples/linear_model/plot_quantile_regression.html
    Mon Mar 23 20:39:20 UTC 2026
      19.8K bytes
      Cache
     
  8. Getting Started — scikit-learn 1.8.0 documentation

    dataset is easy array([1., 1., 1., 1., 1.]) Automatic parameter...transform ( X ) array([[-1., 1.], [ 1., -1.]]) Sometimes, you want...
    scikit-learn.org/stable/getting_started.html
    Mon Mar 23 20:39:23 UTC 2026
      9.6K bytes
      Cache
     
  9. Nearest Neighbors regression — scikit-learn 1.8...

    1 , i + 1 ) plt . scatter ( X_train...sort ( 5 * rng . rand ( 40 , 1 ), axis = 0 ) X_test = np . linspace...
    scikit-learn.org/stable/auto_examples/neighbors/plot_regression.html
    Mon Mar 23 20:39:22 UTC 2026
      15.6K bytes
      Cache
     
  10. Precision-Recall — scikit-learn 1.8.0 documenta...

    versionchanged:: 1.3 The `"auto"` option is added in version 1.3 and will...intercept term: `[x_1, ..., x_n, 1]`, where 1 corresponds to the intercept....
    scikit-learn.org/stable/auto_examples/model_selection/plot_precision_recall.html
    Mon Mar 23 20:39:22 UTC 2026
      29.7K bytes
      Cache
     
Back to Top