Unable to understand a part of code about Linear Regression from sentdex tutorials on machine learning

前端 未结 0 619
情书的邮戳
情书的邮戳 2020-12-31 17:47

Was following Sentdex Machine Learning Tutorials in youtube. In the 5th part he does this

forecast_out = int(math.ceil(0.01*len(df)))
print(forecast_out)

df[         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题