Provost Simon

Results 39 comments of Provost Simon

@larskotthoff @vishnukarna438 I do, however, have the same issue. I have verified that with JDK version 16, nothing works, that with JDK version 15, the software runs but the error...

@larskotthoff Thanks for that, Will give it a shot with my google compute engine virtual machine runs (i.e.: Ubuntu v18 LTS) my ML stuff. However, could you provides us with...

Lars, the following command line worked on my Ubuntu Linux virtual machine instance: ``` java -cp ../dest_to_auto_weka_version/autoweka.jar:/dest_to_weka_version/weka.jar weka.classifiers.meta.AutoWEKAClassifier -t ./iris.arff -timeLimit 1 -no-cv ``` The problem is not yet solved...

Any luck some folks would have create the PR for the sample_weight addition while searching for the best configuration? Cheers.

@mfeurer One of your commits is seen there: https://github.com/automl/auto-sklearn/commit/6de26d7ed1eba30360b5e4a7f72d2dbeab47a072 When you introduce "Feature: weighting for imbalanced classes" in the commit. Is it possible to use sample weights with this feature...

@mfeurer great, thanks for the prompt answer. I could take a look at it, is the description for contributing you mentioned at the beginning of the post still accurate with...

@mrektor Exactly. As I have just begun my Ph.D. in AutoML, I unfortunately do not have the time to contribute this, in theory, short PR. Otherwise, as the authors indicated,...

@HadiKutabi Just FYI: #210 will allow you to resolve your raised issue #188. Feel free to contribute by adding the appropriate parameter checks as in the PR review if you...

@PGijsbers It would be fantastic to look into this one as well, following #210! I will keep that in mind, and if I have a day or so, I will...

> I think has already diverged from main quite substantially. It's likely easier and better to look into a re-implementation rather than cleaning this up (especially after #210 is merged)....