Karthik Dutt

Results 6 comments of Karthik Dutt

Problem doesnt exist with the latest version on Github. Thanks! Closing the issue

Please ignore my previous comment. Issue still persists with the latest version of the code on Github. Same error as before. Reopening the issue as I had closed it

Have you got a chance to look at this? Any further details required from my end?

@dgtlmoon - Its been a year but if you are still interested in this, then this response might be useful. You can load the file containing the features extracted for...

@minukumari @mohamedaboali1990 - You can load the file containing the features extracted for each image. The file will be created in the cache directory of your root folder. This file...

@pplonski Thanks for your response. Here's a code snippet that can help reproduce the error. ``` from supervised.automl import AutoML as base_AutoML import pandas as pd data = pd.read_csv(r'data_for_issue_recreation.csv') model_obj...