Peter Doggart

Results 3 issues of Peter Doggart

When I'm running `model.calibrate()` using `matcher="match_majority_vote"` and `k=5`, I get a `TypeError` from `precision.py`. ```python x_cal_data, y_cal = train_ds.get_slice(begin=0, size=1000) calibration = model.calibrate( x_cal_data, y_cal, calibration_metric="f1", matcher="match_majority_vote",#"match_nearest", extra_metrics=["precision", "recall", "binary_accuracy"],...

**Is your feature request related to a problem? Please describe.** N/A **Describe the solution you'd like** I would like to be able to set an option that changes the default...

Type: Idea

Afternoon `flask-restx` community! With thanks to @jdieter and @ziirish all the compatibility warnings with `flask` 2.3 should be gone in `flask-restx` v1.0.5 which I have just released (hopefully :crossed_fingers:)! If...

maintainers