- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1131 - 1140 of 7,266 for 2 (0.58 seconds)
Filter
-
Build agentic workflows programmatically on wat...
Step 2. Install the watsonx Orchestrate...Accept an uploaded document file 2. Extracts the expense fields below...developer.ibm.com/tutorials/build-programmatic-agentic-workflows-watsonx-orchestrate-bob/ -
CalibratedClassifierCV — scikit-learn 1.8.0 doc...
2. method {‘sigmoid’, ‘isotonic’,...Bayesian classifiers , ICML 2001. [ 2 ] B. Zadrozny & C. Elkan. Transforming...scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibratedClassifierCV.html -
Semi-supervised Classification on a Text Datase...
2 ), min_df = 5 , max_df = 0.8 )...Micro-averaged F1 score on test set: 0.901 2. Evaluate a supervised SGDClassifier...scikit-learn.org/stable/auto_examples/semi_supervised/plot_semi_supervised_newsgroups.html -
Elastic Serverless | Elastic
Elastic Observability in action: 2-minute quick demo Watch this short,...Explore Search Elasticsearch in 2 minutes In this demo, we show...www.elastic.co/demo-gallery/serverless -
Guia de scripting Groovy
2 , 3 , 4 , 5 ] list . each { println...doubled = list . collect { it * 2 } def filtered = list . findAll...fess.codelibs.org/es/15.5/config/scripting-groovy.html -
Ridge — scikit-learn 1.8.0 documentation
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...than tol . Changed in version 1.2: Default value changed from 1e-3...scikit-learn.org/stable/modules/generated/sklearn.linear_model.Ridge.html -
Feature importances with a forest of trees — sc...
n_classes = 2 , random_state = 0 , shuffle =...min_samples_split: int or float, default=2 The minimum number of samples...scikit-learn.org/stable/auto_examples/ensemble/plot_forest_importances.html -
SpectralCoclustering — scikit-learn 1.8.0 docum...
[ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...SpectralCoclustering ( n_clusters = 2 , random_state = 0 ) . fit ( X...scikit-learn.org/stable/modules/generated/sklearn.cluster.SpectralCoclustering.html -
Evaluating generic phrases using Granite models
WikipediaRetriever(top_k_results = 2 ) docs = retriever.invoke( "Shark"...all. Copy code Prompt Template 2 (Vanilla Prompt + Context from...developer.ibm.com/articles/generics-granite/ -
LogisticRegressionCV — scikit-learn 1.8.0 docum...
[: 2 , :]) array([0, 0]) >>> clf . predict_proba ( X [: 2 , :])...SAGA solver. Added in version 1.2: newton-cholesky solver. Multinomial...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegressionCV.html