Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
-
-
Jupyter notebooks in Russian. Introduction to Python, basic algorithms and data structures
-
Solutions and comments to assignments for 2019 Stanford's course on convolutional neural networks
-
"Deep Learning in Natural Language Processing" - a course by DeepPavlov built on top of Stanford's cs224n
-
Source code for the ACL workshop paper and Kaggle competition by Google AI team
-
A bunch of scripts to install Miniconda and Jupyter on your reserved AWS spot instances
270 contributions in the last year
Contribution activity
July 2020
Created an issue in Yorko/mlcourse.ai that received 1 comment
Timezones in fbprophet
Due to this issue facebook/prophet#831 topic 9 part 2 notebook needs to be changed a bit: df = daily_df.reset_index() df.columns = ['ds', 'y'] df['…