- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 61 - 70 of 908 for c (0.12 sec)
-
plot_release_highlights_1_7_0.py
or with conda:: conda install -c conda-forge scikit-learn """ #...d=False), LogisticRegression(C=2.0)) model # %% # Custom validation...scikit-learn.org/stable/_downloads/27dd4dbb41dee53fc86e0d5b6d3254d3/plot_release_highlights_1_7_0.py -
Using Azure LLM Functions with Elasticsearch fo...
Jupyter Notebook Semantic Kernel C# App with Blazor Frontend Smart...LLM Tools - Each LLM tool is a C# program that we created for this...www.elastic.co/search-labs/blog/azure-llm-functions-elasticsearch -
auto_examples_jupyter.zip
c in enumerate(centers):\n ax2.scatter(c[0], c[1], marker=\"$%d$\"...RANDOM_SEED)\nprint(\"Class\", \"P(C)\", \"P(w0|C)\", \"P(w1|C)\", sep=\"\\t\")\nfor...scikit-learn.org/stable/_downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip -
make_multilabel_classification — scikit-learn 1...
choose a class c: c ~ Multinomial(theta) pick the...a word: w ~ Multinomial(theta_c) In the above process, rejection...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_multilabel_classification.html -
OrdinalEncoder — scikit-learn 1.7.0 documentation
(c.f. bpo-43475 ). Examples Given...into a single category, “b” and “c” are their own categories, unknown...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.OrdinalEncoder.html -
SplineTransformer — scikit-learn 1.7.0 document...
order {‘C’, ‘F’}, default=’C’ Order of output array...include_bias = True , order = 'C' , sparse_output = False ) [source]...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.SplineTransformer.html -
GaussianNB — scikit-learn 1.7.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.GaussianNB.html -
PolynomialFeatures — scikit-learn 1.7.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 -
3.2. Tuning the hyper-parameters of an estimato...
Typical examples include C , kernel and gamma for Support...param_grid : param_grid = [ { 'C' : [ 1 , 10 , 100 , 1000 ], 'kernel'...scikit-learn.org/stable/modules/grid_search.html -
IncrementalPCA — scikit-learn 1.7.0 documentation
Recognition and Machine Learning” by C. Bishop, 12.2.1 p. 574 or htt...Computations, Third Edition, G. Holub and C. Van Loan, Chapter 5, section...scikit-learn.org/stable/modules/generated/sklearn.decomposition.IncrementalPCA.html