-
- `quantile_by_key = "geo_value"` [seems to work with] `arx_forecaster()`, but [generates an error with] `flatline_forecaster()`, [and is accepted by `arx_forecaster()` with `quantile_reg()` despite n…
-
There are apparently existing OKrs about this, but I wanted to put in an issue as well. I was attempting to modify just one step in an existing workflow (to allow for more `NA` filling in the frosting…
-
A few of the issues I found:
(1) p4/src/main/org/deidentifier/arx/distributed/ contains files that should not be there;
- algorithm.txt
- "plots" folder
(2) Readme is missing
(3) All data a…
-
I would like to be able to connect to more databases, such as snowflake, but ARX GUI (and the library?) only supports certain databases.
It would be great to be able to specify an arbitrary JDBC c…
-
Issue: On the right side of the Configuration transformation view, the visualization of hierarchy A can be affected / made incomplete, by using the scrollbars from a hierarchy B. This bug was confirme…
-
Grepping around, @dshemetov and I were unable to see `min_train_window` or `quantile_by_key` actually used by `arx_forecaster`, `arx_classifier`, `flatline_forecaster`, or any other forecaster I misse…
-
When attempting to make a JDBC connection to an Oracle data source, the ARX GUI only supports using database SID. If the Oracle database is a PDB, you get an ORA-12505 error, as PDBs only support usin…
-
## Context
@dsweber2 was just noting that
```r
epi_df %>%
epi_slide(
~ .x %>%
group_by(geo_value) %>%
arx_forecaster(.....)
)
```
doesn't fit per-geo models; it actua…
-
We are looking to use ARX for data annonymization. One of the requirement we have is to encrypt a field while also applying privacy models on different other fields.
A quick search with in ARX docum…
-
The following notebook
https://juliahub.com/ui/Notebooks/fredrik-carlson2/system_identification/identification_2_arx.jl
has a number of sliders. Manipulating them should be very fast (video 1), bu…