narek-davtyan / LoRAS

Localized Randomized Affine Shadowsampling (LoRAS) oversampling technique
MIT License
9 stars 13 forks source link

This version does not yet include the t-embedding parameter. do you have updated code pls #3

Open Sandy4321 opened 3 years ago

Sandy4321 commented 3 years ago

https://link.springer.com/article/10.1007%2Fs10994-020-05913-4 This version does not yet include the t-embedding parameter. do you have updated code pls

Code availability A preliminary implementation of the algorithm in Python (V 3.7.4) and an example Jupyter Notebook for the credit card fraud detection dataset is provided on the GitHub repository https ://githu b.com/sbi-rosto ck/LoRAS . This version does not yet include the t-embedding parameter.

zoj613 commented 3 years ago

@Sandy4321 There is one at https://github.com/zoj613/pyloras that I wrote which includes this TSNE embedding. Feel free to try it.