mljar / mljar-supervised

Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and Automatic Documentation
https://mljar.com
MIT License
3.05k stars 406 forks source link

Ensemble model is not processed during prediction by new directory naming convention. #103

Closed Bartcardi closed 4 years ago

Bartcardi commented 4 years ago

I think because you now start ensemble with a capital E, it is not loaded during prediction because of the line references below.

https://github.com/mljar/mljar-supervised/blob/94e7f10321a202673449c468da477db817332aa2/supervised/automl.py#L280

pplonski commented 4 years ago

Fixed in 0.6.1. Closing the issue.