pycorels
pycorels copied to clipboard
Public home of pycorels, the python binding to CORELS
I am installing `corels` with poetry and there is a numpy conflict with other libraries, `corels` need `numpy=1.20`. ``` SolverProblemError Because no versions of corels match >1.1.29,
In addition to the pypi package, please add a conda-forge package (https://conda-forge.org). You can easily create a boilerplate conda recipe with grayskull (starting from the pypi package): https://github.com/conda-incubator/grayskull
it may be interesting for you to know that there is discussion https://github.com/scikit-learn/scikit-learn/issues/2662 about your approach as I can see some say it is not machine learning I try defend...
I came across some weird bug making the `predict()` function return wrong predictions while the rule list is learned correctly. Why does this happen? ### Code to reproduce ``` python...
When checking for the present of the `features` in the fit method, this raises an error unless the type is a list (for example using a numpy array). This is...
do you return in some place actual support for each rule since I see that for some rules support is less than min_support for example https://github.com/jirifilip/pyARC return support for each...
I can't run pip or pip3 install corels on my laptop (Windows 10) Is there any dependency relating to C++ that is missing? ` Finished generating code LINK : fatal...
what can be done for unbalanced data? for example : number of target yes is 200 but number of target no is 500000 Oversampling , meaning replicating records with target...
How to get information what rule is triggered during classification Let's say there are 5 else in prediction model So which one is responsible for predicting for given one data...