Microsoft.ML.Timeseries not supported
Microsoft.ML.Timeseries not supported
21 Aug 2024, 13:20
Hello!!
I have a bot running with ML module on my local machine.
Started to transit this module on a VPS. Everything went well except for the error Timeseries not support when building the bot in ctrader.
How come the bot runs smoothly on my local machine but gives me this error on a VPS machine???
The difference to my local machine is the OS. VPS machine has Win10 and local machine has Win11.
What can I do?
Are there any alternatives to Microsoft.ML.Timeseries?
Thank you !!
Replies
zytotoxiziteat
21 Aug 2024, 17:00
RE: Microsoft.ML.Timeseries not supported
PanagiotisCharalampous said:
Hi there,
Make sure you are using the .Net 6.0 compiler
Best regards,
Panagiotis
You are a Hero!
@zytotoxiziteat
PanagiotisCharalampous
21 Aug 2024, 14:53
Hi there,
Make sure you are using the .Net 6.0 compiler
Best regards,
Panagiotis
@PanagiotisCharalampous