Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 981 - 990 of over 10,000 for 1 (0.32 seconds)

  1. l1_min_c — scikit-learn 1.8.0 documentation

    intercept_scaling = 1.0 ) [source] # Return the lowest...sticRegression with l1_ratio=1 . This value is valid if class_weight...
    scikit-learn.org/stable/modules/generated/sklearn.svm.l1_min_c.html
    Mon Jan 12 10:07:38 GMT 2026
      111.3K bytes
      Cache
     
  2. permutation_test_score — scikit-learn 1.8...

    p-value is 1/(n_permutations + 1), the worst is 1.0. Notes This...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.permutation_test_score.html
    Mon Dec 29 13:14:49 GMT 2025
      121.7K bytes
      Cache
     
  3. additive_chi2_kernel — scikit-learn 1.8.0...

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0...additive_chi2_kernel ( X , Y ) array([[-1., -2.], [-2., -1.]]) On this page This...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.additive_chi2_kernel.html
    Mon Dec 29 13:14:48 GMT 2025
      109.1K bytes
      Cache
     
  4. make_hastie_10_2 — scikit-learn 1.8.0 doc...

    float64(-1.0), np.float64(1.0), np.float64(-1.0), np.float64(1.0),...i ] = 1 if np . sum ( X [ i ] ** 2 ) > 9.34 else - 1 Read more...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_hastie_10_2.html
    Mon Dec 29 13:14:48 GMT 2025
      111.1K bytes
      Cache
     
  5. MinMaxScaler — scikit-learn 1.8.0 documen...

    data = [[ - 1 , 2 ], [ - 0.5 , 6 ], [ 0 , 10 ], [ 1 , 18 ]] >>>...0. ] [0.25 0.25] [0.5 0.5 ] [1. 1. ]] >>> print ( scaler...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.MinMaxScaler.html
    Mon Dec 29 13:14:48 GMT 2025
      144K bytes
      Cache
     
  6. Iso-probability lines for Gaussian Processes cl...

    1 , ( 1e-5 , np . inf )) * DotProduct ( sigma_0 = 0.1 ) **...not)""" return 5.0 - x [:, 1 ] - 0.5 * x [:, 0 ] ** 2.0 # Design...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpc_isoprobability.html
    Mon Jan 12 10:07:38 GMT 2026
      105.6K bytes
      Cache
     
  7. ParameterGrid — scikit-learn 1.8.0 docume...

    'a' : 1 , 'b' : True }, { 'a' : 1 , 'b'...param_grid = { 'a' : [ 1 , 2 ], 'b' : [ True ,...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ParameterGrid.html
    Mon Dec 29 13:14:48 GMT 2025
      110.7K bytes
      Cache
     
  8. Normalizer — scikit-learn 1.8.0 documenta...

    1 , 2 , 2 ], ... [ 1 , 3 , 9 , 3 ], ... [...0.4, 0.4], [0.1, 0.3, 0.9, 0.3], [0.5, 0.7, 0.5, 0.1]]) fit ( X...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.Normalizer.html
    Mon Dec 29 13:14:48 GMT 2025
      136.3K bytes
      Cache
     
  9. KFold — scikit-learn 1.8.0 documentation

    3] Test: index=[0 1] Fold 1: Train: index=[0 1] Test: index=[2...X = np . array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]])...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.KFold.html
    Mon Dec 29 13:14:48 GMT 2025
      123.7K bytes
      Cache
     
  10. dcg_score — scikit-learn 1.8.0 documentation

    asarray ([[ 1 , 0 , 0 , 0 , 1 ]]) >>> # by...to have a score between 0 and 1. References Wikipedia entry for...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.dcg_score.html
    Mon Dec 29 13:14:48 GMT 2025
      113K bytes
      Cache
     
Back to Top