maoding

Results 3 issues of maoding

I have a simple example where I train an `AdaBootRegressor` export it as `.onnx` and load it into the runtime. Somehow the return shape for batch inference is not as...

How can I fix the outcome of `smogn.smoter`? I tried ```python np.random.seed = 1 ``` but it seems `smoter` with `samp_method="extreme"` results in different results. Is it possible to make...

Here is a simple example using a regression and `to_onnx`. (I manipulate one column to be of type `int` instead of `str`. - Actually this doesn't matter.) I am able...