GithubHelp home page GithubHelp logo

releaunifreiburg / welltunedsimplenets Goto Github PK

View Code? Open in Web Editor NEW
75.0 0.0 14.0 98 KB

[NeurIPS 2021] Well-tuned Simple Nets Excel on Tabular Datasets

License: Apache License 2.0

Python 100.00%
automl deep-learning feedforward-neural-network hpo hyperparameter-optimization regularization state-of-the-art neurips-2021 tabular-data

welltunedsimplenets's Issues

No requirements.txt?

Hi,
looking to run a comparison of your model vs a few of the current transformer models on some tabular data that I have
In the installation instructions, after the gxx and gcc install, it states to install the requirements.txt, but I don't see one in the directory? Am I missing something?
Note: I am on windows and was unable to install gxx and gcc, unsure if that has an effect on this
thanks,
Jonathan

Package installation

Why do you do cat requirements.txt | xargs -n 1 -L 1 pip install instead of pip install -r requirements.txt?

How data augmentation is applied to tabular data?

Hi author, thanks for sharing the code. I'm wondering how data augmentation strategies like mix-up, cut-out, cut-mix, etc., can be applied to tabular data (I understand they are usually applied to images though). Please advise, many thanks.

AttributeError: 'NoneType' object has no attribute 'predict'

Hi there,

I stumbled across your project and paper and it seemed highly interesting. Unfortunately, I cannot successfully execute your project with my dataset. The following error occurs consistently

Traceback (most recent call last):
  File "cocktails/main_experiment.py", line 399, in <module>
    train_predictions = fitted_pipeline.predict(X_train)
AttributeError: 'NoneType' object has no attribute 'predict'

I have checked, and double-checked the dataset but cannot find "the problem". All values are fine, properly scaled etc. etc.
The onlything thats maybe remarkable is: The dataside is a bit wide: 80000 x 650 bu nothing too out of bounds.

Do you have an idea what I should check?
Thanks for your support

Kind regards

Adapting refit to a custom dataset

Hi!

Loved the paper. Wondering how one could adapt your repo to run a refit experiment on a custom dataset, rather than those on openML?

Some confusion with "cash_cocktail" option

I ran into your paper not too long ago and found it pretty interesting, thanks for sharing the code.

I'm looking to run this on my own dataset and I'm a bit confused as to the cash_cocktail option in main_experiment.py. My impression is that this automatically turns on all the options to search for HPO but when I run the code I get output that looks like this:

{'task_id': 233088, 'wall_time': 9000, 'func_eval_time': 1000, 'epochs': 105, 'seed': 11, 'tmp_dir': './runs/autoPyTorch_cocktails', 'output_dir': './runs/autoPyTorch_cocktails', 'nr_workers': 6, 'nr_threads': 1, 'cash_cocktail': True, 'use_swa': [False], 'use_se': [False], 'use_lookahead': [False], 'use_weight_decay': [False], 'use_batch_normalization': [False], 'use_skip_connection': [False], 'use_dropout': [False], 'mb_choice': 'none', 'augmentation': 'standard'}
{'task_id': 233088, 'wall_time': 9000, 'func_eval_time': 1000, 'epochs': 105, 'seed': 11, 'tmp_dir': './runs/autoPyTorch_cocktails', 'output_dir': './runs/autoPyTorch_cocktails', 'nr_workers': 6, 'nr_threads': 1, 'cash_cocktail': True, 'use_swa': [False], 'use_se': [False], 'use_lookahead': [False], 'use_weight_decay': [False], 'use_batch_normalization': [False], 'use_skip_connection': [False], 'use_dropout': [False], 'mb_choice': 'none', 'augmentation': 'standard'}

It looks like the options aren't being used? e.g. 'use_swa': [False], 'use_se': [False], 'use_lookahead': [False],...

I guess to rephrase the question: if one were to use your code on their private dataset, what options do you need to pass in to ensure that you are doing the full HPO? is it just the cash_cocktail flag?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.