Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 531 - 540 of 3,451 for 1 (0.08 sec)

  1. PLSRegression — scikit-learn 1.5.2 documentation

    1 , - 0.2 ], [ 0.9 , 1.1 ], [ 6.2 , 5.9 ],...version 1.5: Y is deprecated in 1.5 and will be removed in 1.7. Use...
    scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSRegression.html
    Thu Oct 31 11:00:34 UTC 2024
      162.2K bytes
      Cache
     
  2. auc — scikit-learn 1.5.2 documentation

    array ([ 1 , 1 , 2 , 2 ]) >>> pred = np . array ([ 0.1 , 0.4 ,...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.auc.html
    Thu Oct 31 11:00:34 UTC 2024
      112.5K bytes
      Cache
     
  3. 13. External Resources, Videos and Talks — scik...

    1. New to Scientific Python? # For...
    scikit-learn.org/stable/presentations.html
    Thu Oct 31 11:00:34 UTC 2024
      35.3K bytes
      Cache
     
  4. Cython Best Practices, Conventions and Knowledg...

    SKLEARN_ENABLE_DEBUG_CYTHON_DIRECTIVES = 1 Start from scratch in a notebook...
    scikit-learn.org/dev/developers/cython.html
    Thu Oct 31 11:00:35 UTC 2024
      34.6K bytes
      Cache
     
  5. Release Highlights for scikit-learn 1.0 — sciki...

    scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...import make_pipeline y = [ 1 , 0 , 1 ] pipe = make_pipeline ( preprocessor...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_0_0.html
    Thu Oct 31 11:00:34 UTC 2024
      110K bytes
      Cache
     
  6. ComplementNB — scikit-learn 1.5.2 documentation

    Added in version 1.2. Changed in version 1.4: The default value...sklearn.naive_bayes. ComplementNB ( * , alpha = 1.0 , force_alpha = True , fit_prior...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.ComplementNB.html
    Thu Oct 31 11:00:32 UTC 2024
      152.4K bytes
      Cache
     
  7. Plotting Learning Curves and Checking Models’ S...

    1 , 1.0 , 5 ), "cv" : ShuffleSplit..."train_sizes" : np . linspace ( 0.1 , 1.0 , 5 ), "cv" : ShuffleSplit...
    scikit-learn.org/stable/auto_examples/model_selection/plot_learning_curve.html
    Thu Oct 31 11:00:34 UTC 2024
      107.4K bytes
      1 views
      Cache
     
  8. Release Highlights for scikit-learn 0.22 — scik...

    pclass embarked 0 1 S 1 1 S 2 1 S 3 1 S 4 1 S Checking scikit-learn...array ([ 0 , 1 , 2 , np . nan ]) . reshape ( - 1 , 1 ) y = [ 0 ,...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_22_0.html
    Thu Oct 31 11:00:34 UTC 2024
      134.8K bytes
      Cache
     
  9. Concentration Prior Type Analysis of Variation ...

    1.1 ) ax2 . tick_params ( axis =...], [ 0.0 , 0.1 ]], [[ 0.5 , 0.0 ], [ 0.0 , 0.1 ]], [[ 0.5 , 0.0...
    scikit-learn.org/stable/auto_examples/mixture/plot_concentration_prior.html
    Thu Oct 31 11:00:34 UTC 2024
      107.8K bytes
      Cache
     
  10. Comparing different hierarchical linkage method...

    "connectivity matrix is [0-9]{1,2}" + " > 1. Completing it to avoid...y_pred ) + 1 ), ) ) ) plt . scatter ( X [:, 0 ], X [:, 1 ], s = 10...
    scikit-learn.org/stable/auto_examples/cluster/plot_linkage_comparison.html
    Thu Oct 31 11:00:34 UTC 2024
      105.4K bytes
      Cache
     
Back to top