Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3621 - 3630 of 4,759 for * (3.42 sec)

  1. Non-negative least squares scikit-learn 1.7.1...

    plot ([ low , high ], [ low , high ], ls = "--" , c = ".3" , alpha...coefficients" , fontweight = "bold" ) Text(55.847222222222214, 0.5, 'NNLS...
    scikit-learn.org/stable/auto_examples/linear_model/plot_nnls.html
    Sat Aug 02 00:15:34 UTC 2025
      93.4K bytes
      Cache
     
  2. SVM Tie Breaking Example scikit-learn 1.7.1 d...

    classes = [( 0 , 1 ), ( 0 , 2 ), ( 1 , 2 )] line = np . linspace (...( X [:, 1 ] . min () - 5 , X [:, 1 ] . max () + 5 ) ax . imshow...
    scikit-learn.org/stable/auto_examples/svm/plot_svm_tie_breaking.html
    Sat Aug 02 00:15:37 UTC 2025
      95K bytes
      Cache
     
  3. PowerTransformer scikit-learn 1.7.1 documenta...

    [[-1.316 -0.707] [ 0.209 -0.707] [ 1.106 1.414]] fit ( X , y =...generated: ["x0", "x1", ..., "x(n_features_in_ - 1)"] . If input_features...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.PowerTransformer.html
    Sat Aug 02 00:15:38 UTC 2025
      136.2K bytes
      1 views
      Cache
     
  4. ShuffleSplit scikit-learn 1.7.1 documentation

    split ( X )): ... print ( f "Fold { i } :" ) ... print ( f " Train:...enumerate ( rs . split ( X )): ... print ( f "Fold { i } :" ) ... print...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ShuffleSplit.html
    Sat Aug 02 00:15:38 UTC 2025
      124.6K bytes
      Cache
     
  5. check_estimator scikit-learn 1.7.1 documentation

    status ( one of "xfail" , "failed" , "skipped" , "passed" ), "expected_to_fail"...Literal [ "xfail" , "failed" , "skipped" , "passed" ], expected_to_fail...
    scikit-learn.org/stable/modules/generated/sklearn.utils.estimator_checks.check_estimator.html
    Sat Aug 02 00:15:36 UTC 2025
      122.8K bytes
      Cache
     
  6. make_column_selector scikit-learn 1.7.1 docum...

    50755672, 1. , 0. , 0. ], [-0.30151134, 0. , 1. , 0. ], [ 0.90453403,...fit_transform ( X ) array([[ 0.90453403, 1. , 0. , 0. ], [-1.50755672,...
    scikit-learn.org/stable/modules/generated/sklearn.compose.make_column_selector.html
    Sat Aug 02 00:15:38 UTC 2025
      117.6K bytes
      Cache
     
  7. export_graphviz scikit-learn 1.7.1 documentation

    class name. label {all, root, none}, default=all Whether...names. If None, generic names will be used (x[0], x[1], …)....
    scikit-learn.org/stable/modules/generated/sklearn.tree.export_graphviz.html
    Sat Aug 02 00:15:35 UTC 2025
      114K bytes
      Cache
     
  8. compute_class_weight scikit-learn 1.7.1 docum...

    y = [ 1 , 1 , 1 , 1 , 0 , 0 ] >>> compute_class_weight ( class_weight...class_weight = "balanced" , classes = np . unique ( y ), y = y ) array([1.5...
    scikit-learn.org/stable/modules/generated/sklearn.utils.class_weight.compute_class_weight.html
    Sat Aug 02 00:15:38 UTC 2025
      108.3K bytes
      Cache
     
  9. laplacian_kernel scikit-learn 1.7.1 documenta...

    1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>> laplacian_kernel...laplacian_kernel ( X , Y ) array([[0.71, 0.51], [0.51, 0.71]]) On this...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.laplacian_kernel.html
    Sat Aug 02 00:15:38 UTC 2025
      107.5K bytes
      Cache
     
  10. load_svmlight_file scikit-learn 1.7.1 documen...

    each (see https://www.csie.ntu.edu.tw/~cjlin/libsvmtools/data...zero_based='auto' , query_id=False , offset=0 , length=-1 ) [source] # Load datasets...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_svmlight_file.html
    Sat Aug 02 00:15:38 UTC 2025
      112.4K bytes
      Cache
     
Back to top