let me ask the question in detail with an example:
I have a historical data set with columns (a,b,c,d,e,f,g)
Now I have to predict (b,c,d,e,f,g) based on the value of 'a'.
Just replace a,b,c,d,e,f,g with a real world example.
Consider a data set which contains the revenue of a bike rental store on a day based on the number of rentals and cost per hour for rent.
Now my goal is to predict the number of rentals per month and cost per hour to reach my revenue goal of $50k.
Can this done? Just need some direction for how to do that