hello people,
I have encountered an error in the build which I am unable to get working. Kindly help me.
This code is from Research, tutorial with the above topic
In [12]
for stock, weight in zip(prices.columns.values, weights):
order_target_percent(sid(stock), weight)
I am getting the following build errors
111 Warning Undefined name 'get_pricing'
171 Error The sid(id) method takes one parameter
172 Warning Local variable 'e' is assigned to but never used
Sorry if this wasnt the correct forum to post. This is a first time for me.
Thanks