dshetyo
dshetyo
I am new to machine learning. One of the first project I am tying is predicting stock price. I have features as follows in my data frame for daily interval....
Trying to run this simple code an getting following error ``` df = yf.download('TATAMOTORS.NS' , start='2022-04-01', end='2022-05-20', interval='5m') df['date'] = df.index df.index = range(len(df)) df.columns = df.columns.str.lower() r = Renko(df)...
If we pass custom eval metric to TimeSeriesPredictor it throws exception that it in not one of the available metric. Users should be able to provide their own eval metric...
Am trying to add dependency on this pkg. My pom.xml looks like following. But artifact wapi cannot be resolved. Tried with other versions too. Anything am doing wrong? ``` 4.0.0...
Tabluar predictor takes ignored_columns as input, but TimeSeriesPredictor doesnot. It will be helpful to have support for TimeSeriesPredictor too