Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 421 - 430 of 3,483 for 1 (0.1 sec)

  1. Successive Halving Iterations — scikit-learn 1....

    "max_features" : randint ( 1 , 6 ), "min_samples_split" : randint...
    scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_iterations.html
    Fri Dec 20 11:14:18 UTC 2024
      112.8K bytes
      Cache
     
  2. rand_score — scikit-learn 1.6.0 documentation

    1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 Labelings that...rand_score ([ 0 , 0 , 1 , 2 ], [ 0 , 0 , 1 , 1 ]) np.float64(0.83...)...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.rand_score.html
    Fri Dec 20 11:14:14 UTC 2024
      110.9K bytes
      Cache
     
  3. roc_curve — scikit-learn 1.6.0 documentation

    y_true is in {-1, 1} or {0, 1}, pos_label is set to 1, otherwise...labels are not either {-1, 1} or {0, 1}, then pos_label should...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.roc_curve.html
    Fri Dec 20 11:14:14 UTC 2024
      117.1K bytes
      Cache
     
  4. Polynomial and Spline interpolation — scikit-le...

    [ 1 , x_1 , x_1 ** 2 , x_1 ** 3 , ... , x_1 ** degree...), ... ], [ basis_1 ( x_1 ), basis_2 ( x_1 ), ... ], ... ] This...
    scikit-learn.org/stable/auto_examples/linear_model/plot_polynomial_interpolation.html
    Fri Dec 20 11:14:18 UTC 2024
      121.9K bytes
      Cache
     
  5. r2_score — scikit-learn 1.6.0 documentation

    1 ], [ - 1 , 1 ], [ 7 , - 6 ]] >>> y_pred...cross-validation). Added in version 1.1. Returns : z float or ndarray...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.r2_score.html
    Fri Dec 20 11:14:16 UTC 2024
      121.6K bytes
      Cache
     
  6. mean_shift — scikit-learn 1.6.0 documentation

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...6. ], [1.33..., 0.66...]]) >>> labels array([1, 1, 1, 0, 0, 0])...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.mean_shift.html
    Fri Dec 20 11:14:16 UTC 2024
      112.1K bytes
      Cache
     
  7. 3.1. Cross-validation: evaluating estimator per...

    3] [0 1] [1 3] [0 2] [1 2] [0 3] [0 3] [1 2] [0 2] [1 3] [0 1]...>>> y = [ 1 , 1 , 1 , 2 , 2 , 2 ] >>> groups = [ 1 , 1 , 2 , 2...
    scikit-learn.org/stable/modules/cross_validation.html
    Fri Dec 20 11:14:16 UTC 2024
      158.4K bytes
      1 views
      Cache
     
  8. SVM Margins Example — scikit-learn 1.6.0 docume...

    0 ] * 20 + [ 1 ] * 20 # figure number fignum = 1 # fit the model...is sqrt(1+a^2) away vertically in # 2-d. margin = 1 / np . sqrt...
    scikit-learn.org/stable/auto_examples/svm/plot_svm_margin.html
    Fri Dec 20 11:14:18 UTC 2024
      100.2K bytes
      Cache
     
  9. set_config — scikit-learn 1.6.0 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.set_config.html
    Fri Dec 20 11:14:14 UTC 2024
      120.2K bytes
      Cache
     
  10. sigmoid_kernel — scikit-learn 1.7.dev0 document...

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...defaults to 1.0 / n_features. coef0 float, default=1 Constant offset...
    scikit-learn.org/dev/modules/generated/sklearn.metrics.pairwise.sigmoid_kernel.html
    Mon Dec 09 18:03:46 UTC 2024
      107.9K bytes
      Cache
      Similar Results (1)
     
Back to top