Questions tagged [mljar]

Please add [mljar] tag to all Issues regarding the MLJAR Machine Learning Platform (open-source or web-service).

6 questions
2
votes
1 answer

difference between stack, ensemble & stack ensemble steps in MLJAR

While experimenting with MLJar, I figured out in 'Compete' mode it uses the below 3 steps towards the end of the training: stack ensemble stack ensemble As stacking is a type of ensemble learning, how are the last 3 steps different? I tried reading…
Mehul Gupta
  • 1,829
  • 3
  • 17
  • 33
1
vote
1 answer

Is it possible to use MLJar for making clustering model?

AFAIK, clustering is in unsupervised learning category, and also AFAIK MLJar is supervised. Is it correct to say that it is NOT supposed nor possible to use MLJar for making a clustering model? If I`m wrong, can you please show me a sample code…
dghadagh
  • 103
  • 1
  • 15
1
vote
0 answers

Numpy Version error when installing mljar-supervised

I am working on a new conda environment with python 3.9. When I try to install mljar-supervised everything works as it should and it gives no errors. However when I try to import the package I get the following error: RuntimeError …
munichmath
  • 65
  • 6
1
vote
0 answers

MLJAR-Supervised scaling

I am having some trouble understanding what mljar-supervised does with data. I am trying to replicate the model in CatBoost standalone. My doubts about y: in framework.json I have: "preprocessing": [ { "scale_y": { …
Paul
  • 181
  • 4
  • 11
1
vote
1 answer

Pip Install mljar Mercury failing with codec decode issue

pip install mljar-mercury is failing. Tried Python 3.7/3.8/3.9/3.10, few blogs suggested, still not luck. Ensured default encoding is UTF-8 on machine.
0
votes
1 answer

Mljar python wrapper api "no such file or directory" error

I'm getting Ups, [Errno 2] No such file or directory error when I try to fit models using the python wrapper for the mljar api. Does anyone know how to fix this? The code: from sklearn import datasets iris = datasets.load_iris() X, y = iris.data,…
Victor Valente
  • 761
  • 9
  • 24