Search results for query: *

  1. vlad.ua96

    Question Incorect ML Time Series forecasting with big values RRS feed

    Yes recently i tried to do same prediction in Python and it worked good and result were in same range as training data. I just missing something but can't understand what exactly wrong. It works correctly with small numbers but not with big.
  2. vlad.ua96

    Question Incorect ML Time Series forecasting with big values RRS feed

    Sorry i am new here clicked wrong button on editor)
  3. vlad.ua96

    Question Incorect ML Time Series forecasting with big values RRS feed

    Hey there) Was making very simple stock prediction app (Simple Colege Project). For feracast i used Microsoft ML Time Series Model. It worked good but i noticed when i make predictions for data with big values like 1700 or 3800 it makes very incorrect predictions. For instance if csv file has...
  4. vlad.ua96

    Question IO Doesnt work on x64 or on x86 configaration only on Any CPU RRS feed

    Turns out when you change project configuration you should use absolute path even if files are in project folder Worked for me. File.WriteAllText(@"C:\Users\VladMishyn\Desktop\DIPLOM1\ASIX\ASIX\bin\Debug\CSVTEST.csv", "test");
  5. vlad.ua96

    Question IO Doesnt work on x64 or on x86 configaration only on Any CPU RRS feed

    Hello) Recently i got very strange error with IO i noticed that when i change project configuration from Any CPU to x64 or x86 input output stop working. I can't create any files even this simple code not working. File.WriteAllText(@"CSVTEST.csv","test"); I was thinking to change...
Back
Top Bottom