Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 471 - 480 of 2,952 for 1 (2.17 sec)

  1. Out-of-core classification of text documents — ...

    ()[ 1 ], rotation = 30 ) ymax = max ( cls_runtime ) * 1.2 ax...__init__ ( self , encoding = "latin-1" ): HTMLParser . __init__ ( self...
    scikit-learn.org/stable/auto_examples/applications/plot_out_of_core_classification.html
    Sat Apr 19 00:31:20 UTC 2025
      161.7K bytes
      1 views
      Cache
     
  2. Robust linear estimator fitting — scikit-learn ...

    Here a sine function is fit with a polynomial of order 3, for values close to zero. Robust fitting is demonstrated in different situations: No measurement errors, only modelling errors (fitting a s...
    scikit-learn.org/stable/auto_examples/linear_model/plot_robust_fit.html
    Sat Apr 19 00:31:22 UTC 2025
      101.5K bytes
      Cache
     
  3. is_outlier_detector — scikit-learn 1.6.1 docume...

    Skip to main content Back to top Ctrl + K GitHub Choose version is_outlier_detector # sklearn.base. is_outlier_detect...
    scikit-learn.org/stable/modules/generated/sklearn.base.is_outlier_detector.html
    Sat Apr 19 00:31:21 UTC 2025
      105.1K bytes
      Cache
     
  4. Detection error tradeoff (DET) curve — scikit-l...

    random_state = 1 , n_clusters_per_class = 1 , ) X_train , X_test...make_classification ( n_samples = 1_000 , n_features = 2 , n_redundant...
    scikit-learn.org/stable/auto_examples/model_selection/plot_det.html
    Sat Apr 19 00:31:22 UTC 2025
      96.3K bytes
      Cache
     
  5. RadiusNeighborsClassifier — scikit-learn 1.6.1 ...

    () array([[1., 0., 1.], [0., 1., 0.], [1., 0., 1.]]) score (...[[ 0 ], [ 1 ], [ 2 ], [ 3 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>> from...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.RadiusNeighborsClassifier.html
    Sat Apr 19 00:31:22 UTC 2025
      152.7K bytes
      Cache
     
  6. NuSVC — scikit-learn 1.6.1 documentation

    array ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ 1 , 1 ], [ 2 , 1 ]]) >>>...default=-1 Hard limit on iterations within solver, or -1 for no...
    scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVC.html
    Sat Apr 19 00:31:22 UTC 2025
      156K bytes
      Cache
     
  7. RadiusNeighborsTransformer — scikit-learn 1.6.1...

    () array([[1., 0., 1.], [0., 1., 0.], [1., 0., 1.]]) set_output...who’s the closest point to [1, 1, 1]: >>> import numpy as np >>>...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.RadiusNeighborsTransformer.html
    Sat Apr 19 00:31:21 UTC 2025
      146.1K bytes
      Cache
     
  8. RBFSampler — scikit-learn 1.6.1 documentation

    [ 1 , 1 ], [ 1 , 0 ], [ 0 , 1 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>>...in version 1.2: The option "scale" was added in 1.2. n_components...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.RBFSampler.html
    Sat Apr 19 00:31:21 UTC 2025
      131.3K bytes
      Cache
     
  9. Compressive sensing: tomography reconstruction ...

    floor_x + 1 )), np . hstack (( 1 - alpha , alpha ))...int ), ( points [ 1 ]) . astype ( int )] = 1 mask = ndimage ....
    scikit-learn.org/stable/auto_examples/applications/plot_tomography_l1_reconstruction.html
    Sat Apr 19 00:31:22 UTC 2025
      112.7K bytes
      Cache
     
  10. SVR — scikit-learn 1.6.1 documentation

    Added in version 1.1. n_support_ ndarray of shape (1,), dtype=int32..., tol = 0.001 , C = 1.0 , epsilon = 0.1 , shrinking = True ,...
    scikit-learn.org/stable/modules/generated/sklearn.svm.SVR.html
    Sat Apr 19 00:31:22 UTC 2025
      147.3K bytes
      Cache
     
Back to top