- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 3571 - 3580 of 5,591 for * (2.59 sec)
-
NuSVC — scikit-learn 1.7.2 documentation
‘poly’, ‘rbf’, ‘sigmoid’, ‘precomputed’} or callable, default=’rbf’...NuSVC ( * , nu = 0.5 , kernel = 'rbf' , degree = 3 , gamma = 'scale'...scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVC.html -
weighted_mode — scikit-learn 1.7.2 documentation
2 , 4 , 2 ] >>> weights = [ 1 , 1 , 1 , 1 , 1 , 1 ] >>> weighted_mode...weights = [ 1 , 3 , 0.5 , 1.5 , 1 , 2 ] # deweight the 4's >>> weighted_mode...scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.weighted_mode.html -
TransformerTags — scikit-learn 1.7.2 documentation
transformer.transform(X) . If this list is empty, then the transformer...list[str], default=[“float64”] Applies only on transformers. It corresponds...scikit-learn.org/stable/modules/generated/sklearn.utils.TransformerTags.html -
Elastic Observability Labs
OpenTelemetry (EDOT) Now GA: Open-Source, Production-Ready OTel Elastic...language SDKs like Python, Java, .NET, and NodeJS. These help provide...www.elastic.co/observability-labs/blog/tag/apm -
sklearn.preprocessing — scikit-learn 1.7.2 docu...
one-vs-all fashion. maxabs_scale Scale each feature to the [-1, 1]...scaling, centering, normalization, binarization, and more. User...scikit-learn.org/stable/api/sklearn.preprocessing.html -
sigmoid_kernel — scikit-learn 1.7.2 documentation
= [[ 0 , 0 , 0 ], [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 ,..., 1 , 0 ]] >>> sigmoid_kernel ( X , Y ) array([[0.76, 0.76],...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.sigmoid_kernel.html -
LeavePOut — scikit-learn 1.7.2 documentation
split ( X )): ... print ( f "Fold { i } :" ) ... print ( f " Train:...np . array ([[ 1 , 2 ], [ 3 , 4 ], [ 5 , 6 ], [ 7 , 8 ]]) >>>...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeavePOut.html -
nan_euclidean_distances — scikit-learn 1.7.2 do...
nan_euclidean_distances ( X , [[ 0 , 0 ]]) array([[1. ], [1.41421356]]) On this...is: \[\sqrt{\frac{4}{2}((3-1)^2 + (6-5)^2)}\] If all the coordinates...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.nan_euclidean_distances.html -
paired_cosine_distances — scikit-learn 1.7.2 do...
= [[ 0 , 0 , 0 ], [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 ,..., 1 , 0 ]] >>> paired_cosine_distances ( X , Y ) array([0.5 ,...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.paired_cosine_distances.html -
Feature importances with a forest of trees — sc...
model" ) ax . set_ylabel ( "Mean accuracy decrease" ) fig . tight_layout...random_state = 0 , shuffle = False , ) X_train , X_test , y_train , y_test...scikit-learn.org/stable/auto_examples/ensemble/plot_forest_importances.html