- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 971 - 980 of 2,914 for 1 (0.08 sec)
-
Probability calibration of classifiers — scikit...
51 )[ 1 :: 2 ], y_test [ order ] . reshape ( 25 , - 1 ) . mean...] = 0 y [ n_samples // 2 :] = 1 sample_weight = np . random ....scikit-learn.org/stable/auto_examples/calibration/plot_calibration.html -
5. Inspection — scikit-learn 1.7.0 documentation
1.1. Partial dependence plots 5.1.2. Individual...expectation (ICE) plot 5.1.3. Mathematical Definition 5.1.4. Computation...scikit-learn.org/stable/inspection.html -
permutation_importance — scikit-learn 1.7.0 doc...
permutation_importance >>> X = [[ 1 , 9 , 9 ],[ 1 , 9 , 9 ],[ 1 , 9 , 9 ], ... [...],[ 0 , 9 , 9 ]] >>> y = [ 1 , 1 , 1 , 0 , 0 , 0 ] >>> clf = LogisticRegression...scikit-learn.org/stable/modules/generated/sklearn.inspection.permutation_importance.html -
chi2_kernel — scikit-learn 1.7.0 documentation
[ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...chi2_kernel ( X , Y = None , gamma = 1.0 ) [source] # Compute the exponential...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.chi2_kernel.html -
MNIST classification using multinomial logistic...
version = 1 , return_X_y = True , as_frame...reshape (( X . shape [ 0 ], - 1 )) X_train , X_test , y_train...scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_mnist.html -
linear_kernel — scikit-learn 1.7.0 documentation
[ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...linear_kernel ( X , Y ) array([[0., 0.], [1., 2.]]) On this page This Page...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.linear_kernel.html -
partial_dependence — scikit-learn 1.7.0 documen...
[ 1 , 0 , 0 ]] >>> y = [ 0 , 1 ] >>> from sklearn.ensemble...interacting features (e.g. [(0, 1)] ) for which the partial dependency...scikit-learn.org/stable/modules/generated/sklearn.inspection.partial_dependence.html -
fbeta_score — scikit-learn 1.7.0 documentation
1 , 2 , 0 , 1 , 2 ] >>> y_pred = [ 0 , 2 , 1 , 0 , 0...beta > 1 gives more weight to recall, while beta < 1 favors precision....scikit-learn.org/stable/modules/generated/sklearn.metrics.fbeta_score.html -
k_means — scikit-learn 1.7.0 documentation
[ 1., 2.]]) >>> label array([1, 1, 1, 0, 0, 0], dtype=int32)...X = np . array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 10 , 2...scikit-learn.org/stable/modules/generated/sklearn.cluster.k_means.html -
12. Dispatching — scikit-learn 1.7.0 documentation
1. Array API support (experimental) 12.1.1. Example...usage 12.1.2. Support for Array API -compatible inputs 12.1.3. Common...scikit-learn.org/stable/dispatching.html