- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1201 - 1210 of 9,498 for 2 (0.21 seconds)
-
When hybrid search truly shines - Elasticsearch...
be: quiet home in Pinewood with 2 rooms , with quiet place being...the query while Pinewood with 2 rooms will be the textual or lexical...www.elastic.co/search-labs/blog/elasticsearch-hybrid-search -
Installation sur Linux (Procédure détaillée)
2/fess-15.3.2.tar.gz $ tar -xzf fess-15.3.2.tar.gz $...s-15.3.2/fess-15.3.2.rpm $ sudo rpm -ivh fess-15.3.2.rpm Configuration...fess.codelibs.org/fr/15.3/install/install-linux.html -
RBF SVM parameters — scikit-learn 1.8.0 d...
problem involving only 2 input features and 2 possible target classes...sub-sample the dataset to keep only 2 classes and make it a binary classification...scikit-learn.org/stable/auto_examples/svm/plot_rbf_parameters.html -
adjusted_mutual_info_score — scikit-learn...
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 -
Custom refit strategy of a grid search with cro...
parameter candidate is displayed; - >2 : the score is also displayed;...pre_dispatch: int, or str, default='2*n_jobs' Controls the number of...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_digits.html -
explained_variance_score — scikit-learn 1...
= [ - 2 , - 2 , - 2 ] >>> y_pred = [ - 2 , - 2 , - 2...= [ - 2 , - 2 , - 2 ] >>> y_pred = [ - 2 , - 2 , - 2...scikit-learn.org/stable/modules/generated/sklearn.metrics.explained_variance_score.html -
FeatureHasher and DictVectorizer Comparison ...
'is': 2, 'one': 2, 'example': 1,...FeatureHasher is 2**20. Here we set n_features = 2**18 to illustrate...scikit-learn.org/stable/auto_examples/text/plot_hashing_vs_dict_vectorizer.html -
SGDClassifier — scikit-learn 1.8.0 docume...
loss/||x||**2) . ‘pa2’: passive-aggressive algorithm 2, see [1]...eta = hinge_loss / (||x||**2 + 1/(2 eta0)) . Added in version...scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDClassifier.html -
accuracy_score — scikit-learn 1.8.0 docum...
2 , 1 , 3 ] >>> y_true = [ 0 , 1 , 2 , 3 ] >>>...], [ 1 , 1 ]]), np . ones (( 2 , 2 ))) 0.5 Gallery examples # Plot...scikit-learn.org/stable/modules/generated/sklearn.metrics.accuracy_score.html -
Understanding the decision tree structure ̵...
3] = 2.4) > 0.800000011920929) decision node 2 : (X_test[0,...min_samples_split: int or float, default=2 The minimum number of samples...scikit-learn.org/stable/auto_examples/tree/plot_unveil_tree_structure.html