-
Currently the scatterplot has severe problems as described in https://github.com/datavisyn/visyn_core/issues/470
Step 1 is to collect a list of requirements for the scatter plot that we want to sup…
-
Hi there,
Thank you for the open-sourcing code. I have a related question I'd like to discuss: given that the categorical dataset is unordered (implying N! kinds of order), this results in a very s…
-
Would it be possible to have an argument that a user could leverage to sort the rows as well? Presently sort kw only sorts the columns. It would likely need to be a separate kw argument.
With multip…
-
Hi @avsolatorio!
Could order of columns (first categorical, then numerical/datetime) or the opposite (first numerical/datetime, then categorical) could affect quality of synthetic data? Furthermore…
-
train:
| :x | :target |
|---:|--------:|
| 0 | 0 |
| 1 | 1 |
predict:
| x | y | :target |
|-----------:|-----------:|--------:|
| 0.76449511 | 0.23550489 | …
-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars.
### Reprodu…
-
ref https://github.com/dmlc/xgboost/issues/9734
ref https://github.com/dmlc/xgboost/issues/9475
This issue is intended as a roadmap tracker for progress in bringing xgboost's R interface up to dat…
-
I think it is better to use barplot in palce of point pdp plot for categorical variables using autoplot function as suggested [here](https://christophm.github.io/interpretable-ml-book/pdp.html). I am …
-
On Python 3.9.7, with a fresh pip install seaborn, at line 1373 of [this function](https://github.com/stefan-jansen/pyfolio-reloaded/blob/main/src/pyfolio/plotting.py), with this call:
```
sns…
-
From the Report Data panel, the following conversion should be doable and it should reflect in all report data panel which is using same data source in same workbook.
Categorical -> Date,
Date-> …