Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 841 - 850 of 2,934 for 1 (0.1 sec)

  1. Prediction Latency — scikit-learn 1.7.2 documen...

    1 , verbose = False ): """Generate...configuration , duration_secs = 0.1 ): """benchmark throughput for...
    scikit-learn.org/stable/auto_examples/applications/plot_prediction_latency.html
    Mon Nov 03 14:20:03 UTC 2025
      142.9K bytes
      Cache
     
  2. available_if — scikit-learn 1.7.2 documentation

    >>> obj = HelloIfEven ( 1 ) >>> hasattr ( obj , "say_hello"...
    scikit-learn.org/stable/modules/generated/sklearn.utils.metaestimators.available_if.html
    Sat Nov 01 09:15:34 UTC 2025
      109K bytes
      2 views
      Cache
     
  3. Early stopping of Stochastic Gradient Descent —...

    class_1 = "8" ): """Load MNIST, select...fetch_openml ( "mnist_784" , version = 1 , as_frame = False ) # take only...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_early_stopping.html
    Mon Nov 03 14:20:03 UTC 2025
      107.6K bytes
      Cache
     
  4. Balance model complexity and cross-validated sc...

    within 1 standard deviation of the best accuracy score. [1] Hastie,...test_scores , axis = 1 ) - np . std ( test_scores , axis = 1 ), np . mean...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_refit_callable.html
    Mon Nov 03 14:20:04 UTC 2025
      169.1K bytes
      Cache
     
  5. Joint feature selection with multi-task Lasso —...

    ylim ([ - 1.1 , 1.1 ]) plt . show () Total running...(( 1.0 + rng . randn ( 1 )) * times + 3 * rng . randn ( 1 ))...
    scikit-learn.org/stable/auto_examples/linear_model/plot_multi_task_lasso_support.html
    Mon Nov 03 14:20:04 UTC 2025
      99.6K bytes
      Cache
     
  6. Outlier detection on a real data set — scikit-l...

    EllipticEnvelope ( support_fraction = 1.0 , contamination = 0.25 ), "Robust...= load_wine ()[ "data" ][:, [ 1 , 2 ]] # two clusters fig , ax...
    scikit-learn.org/stable/auto_examples/applications/plot_outlier_detection_wine.html
    Mon Nov 03 14:20:04 UTC 2025
      101.7K bytes
      1 views
      Cache
     
  7. fetch_lfw_people — scikit-learn 1.7.2 documenta...

    Added in version 1.5. delay float, default=1.0 Number of seconds...False , n_retries = 3 , delay = 1.0 ) [source] # Load the Labeled...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_lfw_people.html
    Mon Nov 03 14:20:05 UTC 2025
      114.8K bytes
      Cache
     
  8. maxabs_scale — scikit-learn 1.7.2 documentation

    1 , 2 ], [ - 1 , 0 , 1 ]] >>> maxabs_scale...column independently array([[-1. , 1. , 1. ], [-0.5, 0. , 0.5]]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.maxabs_scale.html
    Mon Nov 03 14:20:05 UTC 2025
      109.8K bytes
      Cache
     
  9. robust_scale — scikit-learn 1.7.2 documentation

    independently array([[-1., 1., 1.], [ 1., -1., -1.]]) >>> robust_scale...robust_scale >>> X = [[ - 2 , 1 , 2 ], [ - 1 , 0 , 1 ]] >>> robust_scale...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.robust_scale.html
    Sat Nov 01 09:15:33 UTC 2025
      112.9K bytes
      Cache
     
  10. euclidean_distances — scikit-learn 1.7.2 docume...

    1 ], [ 1 , 1 ]] >>> # distance between...(n_samples_Y,) or (n_samples_Y, 1) or (1, n_samples_Y), default=None...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.euclidean_distances.html
    Mon Nov 03 14:20:05 UTC 2025
      111.5K bytes
      Cache
     
Back to top