- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1061 - 1070 of 6,500 for 2 (0.13 seconds)
Filter
-
Local LLM observability with Instan
2 .2 langchain-community== 0.2 .3 langchain-core== 0.2 .4...Vikas Mani , Kanishk Saxena Like 2 Save On this page Large language...developer.ibm.com/tutorials/llm-observability-instana-local/ -
whats_new.rst.txt
toctree:: :maxdepth: 2 whats_new/v1.8.rst whats_new/v1.7.rst...whats_new/v1.3.rst whats_new/v1.2.rst whats_new/v1.1.rst whats_new/v1.0.rst...scikit-learn.org/stable/_sources/whats_new.rst.txt -
Groovy Scripting Guide
2 , 3 , 4 , 5 ] list . each { println...doubled = list . collect { it * 2 } def filtered = list . findAll...fess.codelibs.org/15.5/config/scripting-groovy.html -
Enhance RAG performance through intelligent chu...
Gourab Sarkar Like 2 Save On this page Retrieval-augmented...middle, leading to loss of context. 2. Section-based chunking This method...developer.ibm.com/articles/awb-enhancing-rag-performance-chunking-strategies/ -
Fresh installation of ECE using Podman hosts | ...
two (2) high-level steps. Step 1 : Install ECE. Step 2 : Add...same as the version used in step 2. Use --cloud-enterprise-version...www.elastic.co/docs/deploy-manage/deploy/cloud-enterprise/fresh-installation-of-ece-using-podman-... -
GradientBoostingClassifier — scikit-learn 1.8.0...
min_samples_split = 2 , min_samples_leaf = 1 , min_...min_samples_split int or float, default=2 The minimum number of samples...scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingClassifier.html -
A demo of K-Means clustering on the handwritten...
can use PCA to project into a 2-dimensional space and plot the...reduced_data = PCA ( n_components = 2 ) . fit_transform ( data ) kmeans...scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_digits.html -
spectral_embedding — scikit-learn 1.8.0 documen...
n_components = 2 , random_state = 42 ) >>> embedding . shape (100, 2) On...be avoided. Added in version 1.2: Added ‘auto’ option. norm_laplacian...scikit-learn.org/stable/modules/generated/sklearn.manifold.spectral_embedding.html -
f_classif — scikit-learn 1.8.0 documentation
n_informative = 2 , n_clusters_per_class = 1 , ......, y ) >>> f_statistic array([2.21e+02, 7.02e-01, 1.70e+00, 9.31e-01,...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.f_classif.html -
adjusted_mutual_info_score — scikit-learn 1.8.0...
JMLR [ 2 ] Wikipedia entry for the Adjusted...([ 0 , 0 , 0 , 0 ], [ 0 , 1 , 2 , 3 ]) 0.0 Gallery examples #...scikit-learn.org/stable/modules/generated/sklearn.metrics.adjusted_mutual_info_score.html