Using pandas.pct_change() on dataset results in 'nan' loss in tensorflow model

后端 未结 0 2000
终归单人心
终归单人心 2021-01-05 04:47

Let\'s say I have a dataframe like so:

df = pd.DataFrame({\'Inputs\': np.arange(100), \'Labels\': np.multiply(np.arange(100),5)})
df.head()


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