SeongBeomShin

Results 5 issues of SeongBeomShin

I installed svelte as shown in the official page's guide ``` npx degit [sveltejs/template](https://github.com/sveltejs/template) my-svelte-project cd my-svelte-project npm install npm run dev ``` And I add "cdn import" like this(App.svelte):...

Github Discussions is our new home for discussing features and improvements! https://github.com/apache/superset/discussions/categories/ideas We'd like to keep Github Issues focuses on bugs and SIP's (Superset Improvement Proposals)! Please note that feature...

**Describe the bug** I wanna do binary classification, but I got this error ValueError: y contains previously unseen labels: [-1.671504692016799] data_config = DataConfig( target=[target_column], continuous_cols=continuous_cols, categorical_cols=categorical_cols, ) trainer_config = TrainerConfig(...

data_config = DataConfig( target=[target_column], continuous_cols=continuous_cols, categorical_cols=categorical_cols, ) **Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to...

### Expected behavior I just wanna use rdb, when I use optuna, but there is some problem In optuna/storages/_rdb/models.py class TrialModel, function find_max_value_trial, case in the query makes problem :...

bug