Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 471 - 480 of 2,024 for = (0.51 sec)

  1. GaussianRandomProjection — scikit-learn 1.7.1 d...

    GaussianRandomProjec ( n_components = 'auto' , * , eps = 0.1 , compute_inverse_components...compute_inverse_components = False , random_state = None ) [source] # Reduce...
    scikit-learn.org/stable/modules/generated/sklearn.random_projection.GaussianRandomProjection.html
    Mon Aug 25 13:49:19 UTC 2025
      129.9K bytes
      Cache
     
  2. brier_score_loss — scikit-learn 1.7.1 documenta...

    sample_weight = None , pos_label = None , labels = None , scale_by_half...default=None Label of the positive class when y_proba.shape = (n_samples,)...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.brier_score_loss.html
    Mon Aug 25 13:49:18 UTC 2025
      120K bytes
      Cache
     
  3. 1.8. Cross decomposition — scikit-learn 1.7.1 d...

    transformed(X) = XU and transformed(Y) = YV . If n_components == 1 , PLSSVD...\(\Omega = \alpha \Xi\) . Then, we have \(Y = \Omega \Delta^T = \alpha...
    scikit-learn.org/stable/modules/cross_decomposition.html
    Sat Aug 23 16:32:04 UTC 2025
      55.5K bytes
      Cache
     
  4. 1.12. Multiclass and multioutput algorithms — s...

    n_informative = 30 , n_classes = 3 , ... random_state = 1 ) >>> y2 = shuffle..., y = datasets . load_iris ( return_X_y = True ) >>> clf = OutputCodeClassifier...
    scikit-learn.org/stable/modules/multiclass.html
    Sat Aug 23 16:32:04 UTC 2025
      107.2K bytes
      Cache
     
  5. __sklearn_is_fitted__ as Developer API — scikit...

    parameter = 1 ): self . parameter = parameter def fit...training data. """ self . classes_ = sorted ( set ( y )) # Custom attribute...
    scikit-learn.org/stable/auto_examples/developing_estimators/sklearn_is_fitted.html
    Mon Aug 25 13:49:19 UTC 2025
      90.3K bytes
      Cache
     
  6. glossary.rst.txt

    _glossary: ========== Glossary of Common Terms and API Elements ==========...props`. General Concepts ========== .. glossary:: 1d 1d array...
    scikit-learn.org/stable/_sources/glossary.rst.txt
    Sat Aug 23 16:32:04 UTC 2025
      89.3K bytes
      1 views
     
  7. LastaFluteの環境切り替え | LastaFlute

    :3306/maihamadb ; schema = ; user = integrationdb ; password = integrationdb...@EnvDispatch(dev = SeaLogicDev. class , real = SeaLogicReal. class...
    dbflute.seasar.org/ja/lastaflute/howto/structure/envswitch.html
    Tue Aug 12 02:41:09 UTC 2025
      21.1K bytes
      Cache
     
  8. PredefinedSplit — scikit-learn 1.7.1 documentation

    Train: index=[1 2 3] Test: index=[0] Fold 1: Train: index=[0 2] Test:...get_n_splits ( X = None , y = None , groups = None ) [source]...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.PredefinedSplit.html
    Mon Aug 25 13:49:24 UTC 2025
      115.7K bytes
      Cache
     
  9. Comparison of F-test and mutual information — s...

    fontsize = 14 ) if i == 0 : plt . ylabel ( "$y$" , fontsize = 14 )...seed ( 0 ) X = np . random . rand ( 1000 , 3 ) y = X [:, 0 ] +...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_f_test_vs_mi.html
    Mon Aug 25 13:49:19 UTC 2025
      91.6K bytes
      Cache
     
  10. OAS — scikit-learn 1.7.1 documentation

    multivariate_normal ( mean = [ 0 , 0 ], ... cov = real_cov , ... size = 500 ) >>>...comp_cov , norm = 'frobenius' , scaling = True , squared = True ) [source]...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.OAS.html
    Mon Aug 25 13:49:24 UTC 2025
      133.4K bytes
      Cache
     
Back to top