- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 251 - 260 of 1,971 for = (0.26 sec)
-
Nearest Neighbors regression — scikit-learn 1.7...
neighbors rng = np . random . RandomState ( 0 ) X_train = np . sort.... rand ( 40 , 1 ), axis = 0 ) X_test = np . linspace ( 0 , 5 ,...scikit-learn.org/stable/auto_examples/neighbors/plot_regression.html -
Web Frontend Instrumentation and Monitoring wit...
OTEL_RESOURCE_ATTRIBUTES=service.version=1,deployment.environment=dev OTEL_...OTEL_TRACES_EXPORTER=otlp OTEL_METRICS_EXPORTER=otlp OTEL_LOGS_EXPORTER=otlp...www.elastic.co/observability-labs/blog/web-frontend-instrumentation-with-opentelemetry -
SelectFpr — scikit-learn 1.7.2 documentation
SelectFpr ( score_func=<function f_classif> , * , alpha=0.05 ) [source]...chi2 >>> X , y = load_breast_cancer ( return_X_y = True ) >>> X...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFpr.html -
mean_variance_axis — scikit-learn 1.7.2 documen...
weights = None , return_sum_weights = False ) [source]...each feature if axis=0 or each sample if axis=1 . Added in version...scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.mean_variance_axis.html -
NearestCentroid — scikit-learn 1.7.2 documentation
metric = 'euclidean' , * , shrink_threshold = None , priors = 'uniform'...>>> y = np . array ([ 1 , 1 , 1 , 2 , 2 , 2 ]) >>> clf = NearestCentroid...scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html -
OrthogonalMatchingPursuit — scikit-learn 1.7.2 ...
n_nonzero_coefs = None , tol = None , fit_intercept = True , precompute...>>> X , y = make_regression ( noise = 4 , random_state = 0 ) >>>...scikit-learn.org/stable/modules/generated/sklearn.linear_model.OrthogonalMatchingPursuit.html -
documentMap (documentDefinitionMap) | DBFlute
propertiesHtmlMap = map: { ; df:header = map:{ ; title = [title of PropertiesHTML]...loadDataReverseMap = map: { ; recordLimit = [limit size] # デフォルト:...dbflute.seasar.org/ja/manual/reference/dfprop/documentdefinition/index.html -
mean_pinball_loss — scikit-learn 1.7.2 document...
sample_weight = None , alpha = 0.5 , multioutput = 'uniform_average'...absolute error when alpha=0.5 , alpha=0.95 is minimized by estimators...scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_pinball_loss.html -
LeaveOneOut — scikit-learn 1.7.2 documentation
Train: index=[1] Test: index=[0] Fold 1: Train: index=[0] Test:...equivalent to KFold(n_splits=n) and LeavePOut(p=1) where n is the number...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneOut.html -
faq.rst.txt
_faq: ========== Frequently Asked Questions ========== .. currentmodule::...dbscan(X, metric=lev_metric, eps=5, min_samples=2, algorithm='brute')...scikit-learn.org/stable/_sources/faq.rst.txt