- Sort Score
- Num 10 results
- Language All
- Labels All
Results 701 - 710 of 5,053 for c (0.17 seconds)
Filter
-
ComplementNB — scikit-learn 1.8.0 documentation
Returns : C ndarray of shape (n_samples,)...The input samples. Returns : C ndarray of shape (n_samples, n_classes)...scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.ComplementNB.html -
Version 0.18 — scikit-learn 1.8.0 documentation
Kumar Codebase does not contain C/C++ cython generated files: they...will still contain generated C/C++ files. By Arthur Mensch . Reduce...scikit-learn.org/stable/whats_new/v0.18.html -
Nearest Neighbors Classification — scikit-learn...
scikit-learn.org/stable/auto_examples/neighbors/plot_classification.html -
1.1. Linear Models — scikit-learn 1.8.0 documen...
C is given by alpha = 1 / C or alpha = 1 / (n_samples...arguments C and l1_ratio : penalty \(r(w)\) none ( C=np.inf )...scikit-learn.org/stable/modules/linear_model.html -
SGD: Penalties — scikit-learn 1.8.0 documentation
scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_penalties.html -
A Comprehensive AI in Business Guide | Elastic
Uncover C-suite insights on AI AI in business...data and AI: 5 insights from C-suite leaders Read how to improve...www.elastic.co/what-is/ai-in-business -
Comparison of Calibration of Classifiers — scik...
svc = NaivelyCalibratedLin ( C = 1.0 ) rfc = RandomForestClassifi...class was configured to tune the C regularization parameter to also...scikit-learn.org/stable/auto_examples/calibration/plot_compare_calibration.html -
Updating the knowledge base of a RAG DA chatbot
then select Projects (C) . On the Overview dashboard,...Expand the AI / Machine Learning (C) section in the resource list....developer.ibm.com/tutorials/awb-enhance-chatbot-performance-rag/ -
Decision Boundaries of Multinomial and One-vs-R...
c = y , edgecolor = "black" ) ax...scatter ( X [:, 0 ], X [:, 1 ], c = y , edgecolor = "k" ) legend...scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_multinomial.html -
PolynomialFeatures — scikit-learn 1.8.0 documen...
order {‘C’, ‘F’}, default=’C’ Order of output array...include_bias = True , order = 'C' ) [source] # Generate polynomial...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.PolynomialFeatures.html