Google Cloud Vertex AI Model
Budget: $30 – $250 USD
I have a csv with the following columns:
-date/time : starting date time of period
-high: the highest value of period
-low: the lowest value of period
-open: the open value of period
-close: close value of period
I need to predict if the next period will close higher or lower of current period close value and if possible, the probability of the prediction.
So I would have 2 target columns:
-expected direction : higher, lower
-probability: probability of the prediction to be true
The csv should be loaded into google cloud platform, then a model for Vertex AI using Auto ML should be configured and trained to predict the values.
The final deliverable should be a pdf document or video specifying step by step all the configuration.
-date/time : starting date time of period
-high: the highest value of period
-low: the lowest value of period
-open: the open value of period
-close: close value of period
I need to predict if the next period will close higher or lower of current period close value and if possible, the probability of the prediction.
So I would have 2 target columns:
-expected direction : higher, lower
-probability: probability of the prediction to be true
The csv should be loaded into google cloud platform, then a model for Vertex AI using Auto ML should be configured and trained to predict the values.
The final deliverable should be a pdf document or video specifying step by step all the configuration.