Miguel Crispim Romao

Results 10 issues of Miguel Crispim Romao

Hi there, Really like the python package, have been using it for a while. I was wondering if it was possible for `explain_outlier` method in ECOD and COPOD to be...

enhancement
help wanted

Hi there, I was wondering if there is a way of defining the digit numerical precision of values such as roc_auc. To see what I mean, let me point you...

enhancement
help wanted

Hi there again! First, thank you for this piece of software, it is amazing. Second, I've been having the "Large quantity of tests failed" regularly, as in every time I...

system problem

Hi there, I have been having an issue with searches easily going up and beyond a few tens of GB, which on my current setup becomes prohibitive when I have...

enhancement

Hi there, After the Gnome 3.38 update on Manjaro (Arch) the extensions stopped working, showing the error ``` No JS module 'tweener' found in search path ``` A quick google...

As said in the tittle. And ~ turns into `` '' For me this is a deal breaker, disabled for now. Addon version: 0.8.2 Atom version: 1.10.2

duplicate
keybindings

Hi guys, I was wondering if you are planning on adding additional priors. And if not, what would be the best way of creating new priors compatible with the hp...

Stale

Since `SymbolicRegressor` is an iterative process, akin to online learning algorithms (neural nets, etc), it would be useful to have callbacks that could be called at different stages. For example,...

In [this work](https://gitlab.com/miguel.romao/symbolic-regression-bsm) ([preprint](https://arxiv.org/abs/2405.18471)), we had to resample the dataset so that the target variable had a flat distribution to prevent `pyoperon` from only learning about the most common values....

Currently, `SymbolicRegressor` returns a model that better complies with a certain criteria. This, however, is computed on the training set. Machine learning best practices dictate that model selection should be...