- Sort Score
- Num 10 results
- Language All
- Labels All
Results 931 - 940 of 8,176 for c (1.67 seconds)
-
Multilabel classification — scikit-learn ...
choose a class c: c ~ Multinomial(theta) pick the...[:, 0 ], X [:, 1 ], s = 40 , c = "gray" , edgecolors...scikit-learn.org/stable/auto_examples/miscellaneous/plot_multilabel.html -
Achieve high performance Java applications with...
B Rampup Time C Throughput B Memory Footprint C These grades might...Rampup Time C → B Throughput B Memory Footprint C If you’re already...developer.ibm.com/articles/j-java-performance/ -
HuberRegressor — scikit-learn 1.8.0 docum...
the samples where |(y - Xw - c) / sigma| < epsilon and the...the samples where |(y - Xw - c) / sigma| > epsilon , where...scikit-learn.org/stable/modules/generated/sklearn.linear_model.HuberRegressor.html -
Using KBinsDiscretizer to discretize continuous...
scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization.html -
Linear and Quadratic Discriminant Analysis with...
c = y_right , s = 20 , cmap = cmap...X_wrong [:, 0 ], X_wrong [:, 1 ], c = y_wrong , s = 30 , cmap = cmap...scikit-learn.org/stable/auto_examples/classification/plot_lda_qda.html -
Build Linux distribution as a Microsoft Windows...
packaging $ cp -r "/cygdrive/c/Program Files/qemu/." qemu tjcw@DESKTOP...Check the checksums sha512sum -c SHA512SUMS #!/bin/bash # Fetch...developer.ibm.com/tutorials/awb-build-linux-dist-as-a-ms-windows-screen-saver/ -
Density Estimation for a Gaussian mixture ̵...
centered stretched Gaussian data C = np . array ([[ 0.0 , - 0.7 ],...random . randn ( n_samples , 2 ), C ) # concatenate the two datasets...scikit-learn.org/stable/auto_examples/mixture/plot_gmm_pdf.html -
k_means — scikit-learn 1.8.0 documentation
the data will be converted to C ordering, which will cause a memory...copy if the given data is not C-contiguous. n_clusters int The...scikit-learn.org/stable/modules/generated/sklearn.cluster.k_means.html -
Total shards per node | Reference
www.elastic.co/docs/reference/elasticsearch/index-settings/total-shards-per-node -
6. Visualizations — scikit-learn 1.8.0 do...
C = .01 ) clf . fit ( X_train ,...LogisticRegression ( random_state = 42 , C = .01 ) clf . fit ( X_train ,...scikit-learn.org/stable/visualizations.html