Created
May 9, 2020 17:49
-
-
Save AnasAlmasri/b5feb4f865d05d29684faed1edbc455c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
stats = { | |
'2019': [ | |
{ | |
'title': 'Creating The Twitter Sentiment Analysis Program in Python with Naive Bayes Classification', | |
'views': '89434', | |
'reads': '23128', | |
'ratio': '26%', | |
'fans': '115' | |
} | |
], | |
'2018': [ | |
{ | |
'title': 'What Are Training, Validation and Test Data Sets in Machine Learning', | |
'views': '11253', | |
'reads': '6372', | |
'ratio': '57%', | |
'fans': '17' | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment