- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 261 - 270 of 662 for c (0.05 sec)
-
Empirical evaluation of the impact of k-means i...
concatenate ([ c + noise for c in centers ]) y = np ....], X [ my_members , 1 ], "." , c = color ) cluster_center = km...scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_stability_low_dim_dense.html -
Ordinary Least Squares and Ridge Regression — s...
c_ [ 0.5 , 1 ] . T y_train = [ 0.5...0.5 , 1 ] X_test = np . c_ [ 0 , 2 ] . T np . random . seed (...scikit-learn.org/stable/auto_examples/linear_model/plot_ols_ridge.html -
SGD: Weighted samples — scikit-learn 1.7.2 docu...
c = y , s = sample_weight , alpha...clf . decision_function ( np . c_ [ xx . ravel (), yy . ravel ()])...scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_weighted_samples.html -
IsolationForest example — scikit-learn 1.7.2 do...
c = y , s = 20 , edgecolor = "k"...scatter ( X [:, 0 ], X [:, 1 ], c = y , s = 20 , edgecolor = "k"...scikit-learn.org/stable/auto_examples/ensemble/plot_isolation_forest.html -
What is Cybersecurity? | A Comprehensive Securi...
www.elastic.co/what-is/cybersecurity -
Compare Stochastic learning strategies for MLPC...
plot_args = [ { "c" : "red" , "linestyle" : "-" }, { "c" : "green"..."-" }, { "c" : "blue" , "linestyle" : "-" }, { "c" : "red" ,...scikit-learn.org/stable/auto_examples/neural_networks/plot_mlp_training_curves.html -
SVM: Maximum margin separating hyperplane — sci...
C = 1000 ) clf . fit ( X , y ) plt...scatter ( X [:, 0 ], X [:, 1 ], c = y , s = 30 , cmap = plt . cm...scikit-learn.org/stable/auto_examples/svm/plot_separating_hyperplane.html -
Debug | APM Server Reference [7.15] | Elastic
specifying the -c flag. For example: apm-server -e -c myapm-serverconfig.yml...www.elastic.co/guide/en/apm/server/current/enable-apm-server-debugging.html -
Developer’s Guide — scikit-learn 1.7.2 document...
Cython or C/C++? Profiling Python code Memory...scikit-learn.org/stable/developers/index.html -
Comparing random forests and the multi-output m...
c = "c" , s = s , marker = "^" , alpha...y_test [:, 1 ], edgecolor = "k" , c = "navy" , s = s , marker = "s"...scikit-learn.org/stable/auto_examples/ensemble/plot_random_forest_regression_multioutput.html