Earn 13,500 ($135.00)
Convert R code to Python for ML script
Bounty Description
Problem Description
I am working on a school project and I need to convert some code from R to Python. This is a ML code that can perform forecasting on a wide range of time-series problems.
Acceptance Criteria
The script https://github.com/stanek-fi/MtMs_sinusoidal_task/blob/master/src/main.R that is written in Python works just the same as in R and predicts the values correctly. Naturally, all other code in the repo also needs to be in Python so that everything works just right. You will also most likely need to install equivalent packages in the Python world. IMPORTANT: Please ALSO replace PyTorch with JAX: https://github.com/google/jax.
I think with some ChatGPT this is doable in a few hours.
Technical Details
Please see README.md in the linked repository
I have also used ChatGPT to convert the majority of the files in R to Python, now I need to make sure they actually work correctly and run correctly:
https://github.com/ilyanoskov/mtm