- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1371 - 1380 of 4,657 for * (2.04 sec)
-
3.4. Metrics and scoring: quantifying the quali...
Application 1.1 (2014), pp. 125–151. [ Fissler2022 ] T. Fissler, C. Lorentzen...evaluation ( mean_pinball_loss(..., alpha=0.99) - we apologize...scikit-learn.org/stable/modules/model_evaluation.html -
Elastic Cloud Hosted pricing | Elastic
Self-managed. 4 Additional charges apply. See https://www.elastic.co/pri...learning (ML) — anomaly detection, supervised learning, third-party...www.elastic.co/pricing/cloud-hosted -
2.5. Decomposing signals in components (matrix ...
Analysis” R. Jenatton, G. Obozinski, F. Bach, 2009 2.5.2. Kernel...Principal component analysis (PCA) # 2.5.1.1. Exact PCA and probabilistic...scikit-learn.org/stable/modules/decomposition.html -
jupyterlite_sphinx.css
hest-side, #0000 calc(100% - 8px), #000 0); animation: l13 1s...pointer; box-shadow: 0 0.2rem 0.5rem rgba(19, 23, 29, 0.4); margin-bottom:...scikit-learn.org/stable/_static/jupyterlite_sphinx.css -
StandardScaler — scikit-learn 1.7.1 documentation
transform ( data )) [[-1. -1.] [-1. -1.] [ 1. 1.] [ 1. 1.]] >>> print...>>> data = [[ 0 , 0 ], [ 0 , 0 ], [ 1 , 1 ], [ 1 , 1 ]] >>> scaler...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.StandardScaler.html -
make_pipeline — scikit-learn 1.7.1 documentation
Pipeline(steps=[('standardscaler', StandardScaler()), ('gaussiannb',...('gaussiannb', GaussianNB())]) Gallery examples # Time-related feature...scikit-learn.org/stable/modules/generated/sklearn.pipeline.make_pipeline.html -
Working with text documents — scikit-learn 1.7....
documents # Examples concerning the sklearn.feature_extraction.text...documents using k-means Clustering text documents using k-means FeatureHasher...scikit-learn.org/stable/auto_examples/text/index.html -
cross_validate — scikit-learn 1.7.1 documentation
instead. E.g.: cross_validate(..., params={'groups': groups}) . scoring...instance (e.g., GroupKFold ). Changed in version 1.4: groups can...scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_validate.html -
Black News and Culture | NBC BLK | NBC News
spreading 'Black Boy Joy' Jacob B. Hutchinson / U.S. Marine Corps...to local authorities. 11d ago U.S. news U.S. news Video shows Florida...www.nbcnews.com/nbcblk -
make_blobs — scikit-learn 1.7.1 documentation
>>> y array([0, 0, 1, 0, 2, 2, 2, 1, 1, 0]) >>> X , y = make_blobs...array([0, 1, 2, 0, 2, 2, 2, 1, 1, 0]) Gallery examples # Probability...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_blobs.html