Banias Baabe

Results 18 issues of Banias Baabe

Hello all, How do you use the cGAN implementation, when you have 2 classes with different number of classes e.g. Class A having classes from 0 to 5, and Class...

When trying to install the package via `pip install lux-api` the following error occurs: ``` ERROR: Command errored out with exit status 1: command: 'c:\code\eda_research\venv\scripts\python.exe' -c 'import sys, setuptools, tokenize;...

In the Table of Contents of README, when you click on "File", you will not be redirected to the "File" Section

## Description I tried to use DeepVAREstimator with `target_dim = 1`. I get the following error: Is it still somehow possible to use DeepVAR? I know about DeepAR, but DeepVAR...

bug
mxnet
multivariate

### What happened + What you expected to happen Calling ```python hrec = HierarchicalReconciliation(reconcilers=[TopDown(method="forecast_proportions")]) ``` surprisingly works, since in `hierarchicalforecast/hierarchicalforecast/methods.py`, the following lines in the `TopDown` class appears ```python elif...

bug

You can clean up the example from the README from: ```python import opendatasets as od dataset_url = 'https://www.kaggle.com/tunguz/us-elections-dataset' od.download('https://www.kaggle.com/tunguz/us-elections-dataset') ``` to: ```python import opendatasets as od od.download('https://www.kaggle.com/tunguz/us-elections-dataset') ``` or: ```python...

I noticed there is no linter. ruff is a great option to use.

Pre-commit hooks could be optimized (e.g. using ruff instead of flake8 and black)

I have a maybe cool idea to enhance the look: the possibility to insert Company logos (e.g as .png), I guess this would make an better first impression for the...