- Sort Score
- Num 10 results
- Language All
- Labels All
Results 221 - 230 of 2,591 for s (0.12 seconds)
Filter
-
Store Embeddings in Elasticsearch - Elasticsear...
Vector Field to the Index Let's add a new field to the index where...sentences from the document's body . With these changes in place...www.elastic.co/search-labs/tutorials/search-tutorial/vector-search/store-embeddings -
Windows集成认证SSO配置
setspn - S HTTP /< Fess服务器主机名 > <...< AD访问用户 > 示例: setspn - S HTTP / fess - server . example...fess.codelibs.org/zh-cn/15.4/config/sso-spnego.html -
Tokenizing text in Python
character level pattern = r"\S|\s" character_tokens = regexp_tokenize(clean_txt,...working_txt) clean_txt = re.sub( r"\s+" , " " , clean_txt) clean_txt...developer.ibm.com/tutorials/awb-tokenizing-text-in-python/ -
Outlier detection with Local Outlier Factor (LO...
s = 3.0 , label = "Data points"...scatter ( X [:, 0 ], X [:, 1 ], s = 1000 * radius , edgecolors =...scikit-learn.org/stable/auto_examples/neighbors/plot_lof_outlier_detection.html -
8.1. Toy datasets — scikit-learn 1.8.0 document...
Cheeseman et al”s AUTOCLASS II conceptual clustering...Dimmick, J. Geist, P. J. Grother, S. A. Janet, and C. L. Wilson, NIST...scikit-learn.org/stable/datasets/toy_dataset.html -
Version 0.14 — scikit-learn 1.8.0 documentation
interactive version of Andreas Müller ’s Machine Learning Cheat Sheet (for...ensemble.AdaBoostClassifier ’s to output incorrect probabilities...scikit-learn.org/stable/whats_new/v0.14.html -
Object-oriented programming in Python
raise Exception( 'An Employee\'s age cannot be lower than 18' )...raise Exception( 'An Employee\'s age cannot be upper than 99' )...developer.ibm.com/tutorials/object-oriented-programming-in-python/ -
EntityResponse.Builder (Spring Framework 7.0.6 ...
headerValues) Add the given header value(s) under the given name. EntityResponse.Builder...headerValues) Add the given header value(s) under the given name. Parameters:...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/reactive/functio... -
Plot randomly generated multilabel dataset — sc...
s = 20 + 1500 * p_c ** 2 , color...p_c , p_w_c . T ): print ( " %s \t %0.2f \t %0.2f \t %0.2f " %...scikit-learn.org/stable/auto_examples/datasets/plot_random_multilabel_dataset.html -
L1-based models for Sparse Signals — scikit-lea...
3f } s" ) y_pred_lasso = lasso . predict...in { ( time () - t0 ) : .3f } s" ) y_pred_ard = ard . predict...scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_and_elasticnet.html