asmgx

Results 8 comments of asmgx

Here is dataset that i used attached (X_train and y_train) [data.zip](https://github.com/automl/auto-sklearn/files/8509692/data.zip)

@eddiebergman this is confusing. you are saying that Mutlilabel Classification is supported, which is the same example I mentioned in the beginning of this post. Do you mean if I...

@eddiebergman Thanks, is there more documentation on how does AutoSklearn support Multi-Label datasets? How it does build its models? I know that not all Algorithms support Multi-Labels natively, so does...

I have same error but using autosklearn.experimental.askl2.AutoSklearn2Classifier ValueError: Trying to set illegal value 'gradient_boosting' (type '') for hyperparameter 'classifier:__choice__, Type: Categorical, Choices: {extra_trees, mlp, passive_aggressive, random_forest}, Default: random_forest' (default-value has...

Shall I update this file ([estimators.py#L938](estimators.py) manually with the code you provided? will that fix the issue

still getting error ``` Traceback (most recent call last): File "", line 2, in File "/home/my/anaconda3/lib/python3.8/site-packages/autosklearn/estimators.py", line 764, in leaderboard for rkey, rval in self.automl_.runhistory_.data.items() AttributeError: 'NoneType' object has no...

Sorry for the delay, i have been trying to get the bottom of this This method still does not show an algorithm that has been used. This is the output...

I tried the development code that was provided in this link https://github.com/automl/auto-sklearn/pull/1250/files#diff-e0f50e611431c0f3f5a735ebea3a582b6271ea02bf758de9a82a6c46dfa3a36cR60 but still getting the same error