- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 471 - 480 of 2,024 for = (0.65 sec)
-
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 -
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 -
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 -
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 -
__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 -
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 -
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 -
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 -
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 -
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