DickyChengg / Stock-Market-Forecaster

Stock Market Forecasting with CoreML in Swift
MIT License
13 stars 0 forks source link

Questions about he MLModel files #1

Open Yourney opened 2 years ago

Yourney commented 2 years ago

Hi Dicky Cheng, I have some questions about the MLModel files: 1) How did you create them? 2) Can we use one MLModel file for all tickers?

Kind regards, Wouter

DickyChengg commented 2 years ago

Hii @Yourney hope my answer might help you:

  1. MLModel files are created with Xcode CreateML application.
  2. We can't because each model has their own regression pattern which learned from the previous chart history.
Screen Shot 2022-08-12 at 15 26 35