Polkas / cat2cat

Handling an Inconsistently Coded Categorical Variable in a Longitudinal Dataset
https://polkas.github.io/cat2cat
GNU General Public License v2.0
4 stars 1 forks source link

Research parsnip to mimic the python ml solution #27

Open Polkas opened 12 months ago

Polkas commented 12 months ago

python solution using sklearn and inheritance of classes. https://github.com/Polkas/py-cat2cat/blob/main/src/cat2cat/cat2cat.py https://github.com/Polkas/py-cat2cat/blob/4b5f0c1099732cba9a65fc14ec03617fbfbeacb0/src/cat2cat/dataclass.py#L127

Polkas commented 12 months ago

Parsnip uses the kknn package which does not has any tests https://github.com/KlausVigo/kknn/tree/master A Problem will be supporting multi level prediction at once too