- Sort Score
- Num 10 results
- Language All
- Labels All
Results 961 - 970 of over 10,000 for 2 (1.13 seconds)
-
completeness_score — scikit-learn 1.8.0 d...
2 , 3 ], [ 0 , 0 , 1 , 1 ])) 0.999...([ 0 , 0 , 0 , 0 ], [ 0 , 1 , 2 , 3 ])) 0.0 Gallery examples #...scikit-learn.org/stable/modules/generated/sklearn.metrics.completeness_score.html -
Introduction to IBM Mono2Micro - IBM Developer
applications into microservices Likes 2 Save IBM Mono2Micro , offered...November 2025 Time to complete: 2 hours Legend Like Save Previous...developer.ibm.com/learningpaths/intro-ibm-mono2micro -
Plot the support vectors in LinearSVC — s...
centers = 2 , random_state = 0 ) plt . figure...support_vector_indices ] plt . subplot ( 1 , 2 , i + 1 ) plt . scatter ( X [:,...scikit-learn.org/stable/auto_examples/svm/plot_linearsvc_support_vectors.html -
plot_release_highlights_1_8_0.rst.txt
id="sk-estimator-id-2" type="checkbox" ><label for="sk-estimator-id-2" clas...)) ax2 = fig.add_subplot(1, 2, 2) x2, y2 = S_scaling.T ax2.scatter(x2,...scikit-learn.org/stable/_sources/auto_examples/release_highlights/plot_release_highlights_1_8_0.r... -
Installation avec Docker (Détails)
2/compose/compose-opensearch3.yaml Méthode 2 : Clonage...être installé Docker Compose 2.0 ou ultérieur doit être installé...fess.codelibs.org/fr/15.3/install/install-docker.html -
6. Visualizations — scikit-learn 1.8.0 do...
return_X_y = True ) y = y == 2 # make binary X_train , X_test...return_X_y = True ) y = y == 2 # make binary X_train , X_test...scikit-learn.org/stable/visualizations.html -
SVM with custom kernel — scikit-learn 1.8...
: 2 ] # we only take the first two...""" We create a custom kernel: (2 0) k(X, Y) = X ( ) Y.T (0 1) """...scikit-learn.org/stable/auto_examples/svm/plot_custom_kernel.html -
1.11. Ensembles: Gradient boosting, random fore...
features 1 and 2. But note that features 0 and 2 are forbidden...Right split at feature 2 has only group {1, 2} from now on. LightGBM...scikit-learn.org/stable/modules/ensemble.html -
LinearSVR — scikit-learn 1.8.0 documentation
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...(n_features) if n_classes == 2 else (n_classes, n_features) Weights...scikit-learn.org/stable/modules/generated/sklearn.svm.LinearSVR.html -
Effect of transforming the targets in regressio...
subplots ( 2 , 2 , sharey = "row" ,...ax1 ) = plt . subplots ( 1 , 2 ) ax0 . hist ( y , bins = 100...scikit-learn.org/stable/auto_examples/compose/plot_transformed_target.html