摘要: docker:组装 使用Postgres数据库的web应用 登录到psql的方法: psql --host=localhost --dbname=database-name --username=postgres sudo -u postgres psql database-name docker 阅读全文
posted @ 2020-02-10 22:02 keeps_you_warm 阅读(367) 评论(0) 推荐(0)
摘要: From Kaggle: Appliances Energy Prediction Energy consumption of the Netherlands International Energy Statistics Hourly Energy Consumption 阅读全文
posted @ 2020-02-10 18:52 keeps_you_warm 阅读(134) 评论(0) 推荐(0)
摘要: Problem: time series forecasting Challenge: forecasting for non-stationary signals and multiple future steps prediction ?? how to deal with non-statio 阅读全文
posted @ 2020-02-10 18:47 keeps_you_warm 阅读(400) 评论(0) 推荐(0)