Authors: Rongxin Ouyang, Subhayan Mukerjee
Last Update: Oct., 2024
- Normalizer: time lapsed - 98.67%, consistently improving with larger datasets
- Full process: -8%
-
Clone this repository:
git clone https://github.com/reycn/FSynth.git
-
In R / notebook, load locally
# Install devtools to load local packages if (!require("pacman")) install.packages("pacman") pacman::p_load(devtools) # Load FSynth from a local path devtools::load_all("/local/path/to/repo")
-
Use this package in the same way to the original package, Synth (Abadie, 2010)
dataprep() synth()
- We vectorized the normalization process
- We used
.Primitive("func")
functions
- Link [TBD]
[TBD]