How to predict more than 10 values in Tensorflow.js?

I am new to tensorflow.js and currently I am working on ZHIV dataset ( Zillow Home Index Value

I want for every state to predict 10 values in the future ( the data is like a TS one ) can you help me with writing the code ? Thanks all :slight_smile:

Check my online course that even shows how to predict house prices from various attributes. You could modify that as a starting point for exploring your dataset.

Full course is here:

Can you provide examples of models or architectures that have successfully predicted more than 10 values using Tensorflow.js?

MobileNet that can run in TFJS predicts around 1000 classes of image i believe.

let me check my drive i have a solution for you