- Sort Score
- Num 10 results
- Language All
- Labels All
Results 221 - 230 of over 10,000 for 1 (0.19 seconds)
-
partial_dependence — scikit-learn 1.7.2 d...
[ 1 , 0 , 0 ]] >>> y = [ 0 , 1 ] >>>...interacting features (e.g. [(0, 1)] ) for which the partial dependency...scikit-learn.org/stable/modules/generated/sklearn.inspection.partial_dependence.html -
classification_report — scikit-learn 1.7....
50 1.00 0.67 1 class 1 0.00 0.00 0.00 1 class 2 1.00 0.67...y_pred = [ 1 , 1 , 0 ] >>> y_true = [ 1 , 1 , 1 ] >>>...scikit-learn.org/stable/modules/generated/sklearn.metrics.classification_report.html -
fetch_file — scikit-learn 1.7.2 documenta...
delay = 1 ) [source] # Fetch a file from...re-downloading. Added in version 1.6. Parameters : url str URL of...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_file.html -
SGDRegressor — scikit-learn 1.7.2 documen...
<= 1. l1_ratio=0 corresponds to L2 penalty, l1_ratio=1 to L1....True , verbose = 0 , epsilon = 0.1 , random_state = None , learning_rate...scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDRegressor.html -
WebClient.RequestHeadersSpec (Spring Framework ...
of milliseconds since January 1, 1970 GMT. Parameters: ifModifiedSince...= client.get() .uri("/persons/1") .accept(MediaType.APPLICATION_JSON)...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/reactive/functio... -
OneClassSVM — scikit-learn 1.7.2 document...
predict ( X ) array([-1, 1, 1, 1, -1]) >>> clf . score_samples...default=-1 Hard limit on iterations within solver, or -1 for no...scikit-learn.org/stable/modules/generated/sklearn.svm.OneClassSVM.html -
roc_curve — scikit-learn 1.7.2 documentation
y_true is in {-1, 1} or {0, 1}, pos_label is set to 1, otherwise...labels are not either {-1, 1} or {0, 1}, then pos_label should...scikit-learn.org/stable/modules/generated/sklearn.metrics.roc_curve.html -
locally_linear_embedding — scikit-learn 1...
> n_components * (1 + (n_components + 1) / 2. see reference...means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn.org/stable/modules/generated/sklearn.manifold.locally_linear_embedding.html -
RegressorMixin — scikit-learn 1.7.2 docum...
array ([ - 1 , 0 , 1 ]) >>> estimator...__init__ ( self , * , param = 1 ): ... self . param = param ......scikit-learn.org/stable/modules/generated/sklearn.base.RegressorMixin.html -
BaggingRegressor — scikit-learn 1.7.2 doc...
max_samples = 1.0 , max_features = 1.0 , bootstrap = True...means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn.org/stable/modules/generated/sklearn.ensemble.BaggingRegressor.html