- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1121 - 1130 of 1,975 for = (0.48 sec)
-
2.8. Density Estimation — scikit-learn 1.7.2 do...
kde = KernelDensity ( kernel = 'gaussian' , bandwidth = 0.2 )...\(x_i; i=1, \cdots, N\) is given by: \[\rho_K(y) = \sum_{i=1}^{N}...scikit-learn.org/stable/modules/density.html -
typeMappingMap | DBFlute
typeMappingMap = map: { ; NUMERIC = $$AutoMapping$$ ; DECIMAL = $$AutoMapping$$...typeMappingMap = map: { ; $$CLOB$$ = KOLOB ; KOLOB = com.example.type.KorondeItai...dbflute.seasar.org/ja/manual/reference/dfprop/typemapping/index.html -
MultiTaskElasticNetCV — scikit-learn 1.7.2 docu...
tol = 0.0001 , cv = None , copy_X = True , verbose = 0 , n_jobs...l1_ratio = 0.5 , eps = 0.001 , n_alphas = 100 , alphas = None ,...scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskElasticNetCV.html -
log_loss — scikit-learn 1.7.2 documentation
normalize = True , sample_weight = None , labels = None ) [source]...probability estimate \(p = \operatorname{Pr}(y = 1)\) , the log loss...scikit-learn.org/stable/modules/generated/sklearn.metrics.log_loss.html -
データ登録 (LoadData) | DBFlute
conventionalTakeAsse = map: { ; emptyTableMap = map: { ; isFailure = true ;...p ; largeTextFileMap = map: { MEMBER = list: { MEMBER_LARGE_NAME...dbflute.seasar.org/ja/manual/function/generator/task/replaceschema/loaddata.html -
Neighborhood Components Analysis Illustration —...
y = make_classification ( n_samples = 9 , n_features = 2 ,...n_informative = 2 , n_redundant = 0 , n_classes = 3 , n_clusters_per_class...scikit-learn.org/stable/auto_examples/neighbors/plot_nca_illustration.html -
RepeatedKFold — scikit-learn 1.7.2 documentation
n_splits = 5 , n_repeats = 10 , random_state = None ) [source]...RepeatedKFold ( n_splits = 2 , n_repeats = 2 , random_state = 2652124 ) >>>...scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedKFold.html -
TfidfVectorizer — scikit-learn 1.7.2 documentation
min_df=1 , max_features=None , vocabulary=None , binary=False..., input='content' , encoding='utf-8' , decode_error='strict'...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.TfidfVectorizer.html -
governance.rst.txt
_governance: ========== Scikit-learn governance and decision-making...decision-making ========== The purpose of this document is to formalize...scikit-learn.org/stable/_sources/governance.rst.txt -
DistanceMetric — scikit-learn 1.7.2 documentation
y) >= 0 Identity: d(x, y) = 0 if and only if x == y Symmetry:...dist = DistanceMetric . get_metric ( 'euclidean' ) >>> X = [[ 1...scikit-learn.org/stable/modules/generated/sklearn.metrics.DistanceMetric.html