muslehal / xLSTMTime

xLSTMTime for time series forecasting
MIT License
83 stars 12 forks source link

Installable xLSTMTime module with pip & Conda ENV #3

Open bestagi opened 2 months ago

bestagi commented 2 months ago

Hey can you push the module to pip and Conda ENV, so others can try this module more easily like original xLSTM in https://github.com/NX-AI/xlstm

I want to try use xLSTMTime for my research in stock price prediction. Thanks for the paper, mate.

muslehal commented 1 month ago

You can download the code and run it on Visual Studio Code

bestagi commented 1 month ago

You can download the code and run it on Visual Studio Code

i need some pip or conda to run xLSTMTime in cloud like Kaggle & Anaconda Cloud

muslehal commented 1 month ago

Hi try this command git clone https://github.com/muslehal/xLSTMTime.git

bestagi commented 1 month ago

Hey I know how to clone repo lol. What I need is the pip, like original xLSTM

bestagi commented 1 month ago

Let's make it clear. You modify xLSTM Block Stack to make xLSTMTime right?

I hope you can provide better doc and how to use and some pip package for xLSTMTime like original xLSTM repository