-
I run AutoPytorch for 10 hours on a dataset with 1.5 Lac rows and 13 columns, but it was not able to find the model it selects the dummy model.
## Code
```
model = TabularRegressionTask(
…
-
After successfully installing autoPyTorch using pip, I can run "import autoPyTorch" and "from autoPyTorch. datasets. resampling_strategy import CrossValTypes" normally, but running "from autoPyTorch i…
-
Hi @frank-hutter
for your lecture about one shot models, the image images/conv_fabric_1.png is missing in the repo. Could you please upload it.
Best,
Marius
-
when I run `python examples/20_basics/example_tabular_classification.py`, the terminal shows
```
Traceback (most recent call last):
File "examples/20_basics/example_tabular_classification.py",…
-
Hi,
thanks for sharing the great work.
It seems that it is not compatible with the current version of AutoPytorch. I made following changes in utilities.py to make it work. Can you make sure my …
-
https://github.com/LMZimmer/Auto-PyTorch_refactor/blob/0cee2749196e1b04a298b0e7f1357c7863326ffc/autoPyTorch/pipeline/tabular_classification.py#L76
It does not really fit the pipeline, it only appli…
-
I'm using Auto-PyTorch to do time series forecasting and employing in google colab and also in IDLE. In google colab, I encountered this error:
OSError Traceback (…
-
Currently, comments complement the information what we are doing inside the code, but we can split these sections into functions.
In fact, too long function typically violates flake8 C901.
Also you …
-
This issue is a reminder for all network architectures we still want to implement.
Backbones:
- `time_series`: `ConvTimeSeriesNetBackbone` (backbone using 1D convolutions, maybe create shared base…
-
NOTE: ISSUES ARE NOT FOR CODE HELP - Ask for Help at https://stackoverflow.com
Your issue may already be reported!
Also, please search on the [issue tracker](../) before creating one.
* **I'm s…