- Sort Score
- Num 10 results
- Language All
- Labels All
Results 581 - 590 of 3,289 for s (1.03 seconds)
-
A demo of structured Ward hierarchical clusteri...
scikit-learn.org/stable/auto_examples/cluster/plot_coin_ward_segmentation.html -
elastic-notice-of-certification-under-data-priv...
S. Data Privacy Framework, UK Extension to the EU-U.S. Data...with the EU-U.S. DPF, the UK Extension to the EU-U.S. DPF, and the...www.elastic.co/pdf/elastic-notice-of-certification-under-data-privacy-framework.pdf -
Plot multi-class SGD on the iris dataset —...
scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_iris.html -
Developing a stream processor with Apache Kafka...
printf( "even: %s, %s%n" , key, value)) . mapValues...-> System.out.printf( "odd: %s, %s%n" , key, value)) .mapValues(v...developer.ibm.com/tutorials/developing-a-streams-processor-with-apache-kafka/ -
Java constructs for real-world apps - IBM Devel...
— one for Employee s and one for Person s (to obey the interface)....following attributes of Employee 's own, as shown in lines 7-9 of...developer.ibm.com/learningpaths/java-get-started/java-constructs1/ -
Building trust through compliance: Achieving IR...
www.elastic.co/blog/achieving-irap-protected-level-assessment-elastic-cloud -
Set Up the Elasticsearch Python Client - Elasti...
need to know the deployment's Cloud ID and your API Key. Since...the new Search class: That's it! Now the application has an...www.elastic.co/search-labs/tutorials/search-tutorial/full-text-search/connect-python -
validate_data — scikit-learn 1.8.0 docume...
scikit-learn.org/stable/modules/generated/sklearn.utils.validation.validate_data.html -
log_loss — scikit-learn 1.8.0 documentation
scikit-learn.org/stable/modules/generated/sklearn.metrics.log_loss.html -
Generating SQL from text with LLMs
COUNT (s.sale_id) AS num_sales FROM Employees e JOIN Sales s ON e...e .employee_id = s.employee_id WHERE s.sale_date BETWEEN '2023-10-01'...developer.ibm.com/tutorials/awb-text-to-sql-using-llms/