mljar-api-python icon indicating copy to clipboard operation
mljar-api-python copied to clipboard

A simple python wrapper over MLJAR API.

Results 4 mljar-api-python issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.14.2 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Hello. When I call `fit` from the mljar python API, it fails with the following status on each of the experiments: `Status details: Error : Unknown label type: continuous` Edit:...

In a previous python session, I ran `model = Mljar(...)` and `model.fit(...)` and it was fine. Upon closing the python session and opening a new one, doing `model = Mljar(...)`...

Here is what I'm doing ``` >>> model.fit(train_features, train_target.squeeze()) Ups, Something bad happend! There is no attributes usage defined for your dataset ``` When I look in mljar.com, I see...