All Projects → cqcn1991 → Movie Compare

cqcn1991 / Movie Compare

豆瓣电影的评分靠谱吗?——一点数据分析的视角

Projects that are alternatives of or similar to Movie Compare

douban-imdb-api
一个基于豆瓣、IMDB、烂番茄评分的电影电视剧双语(中英)数据api接口
Stars: ✭ 351 (+148.94%)
Mutual labels:  imdb, douban
doubanIMDb
IMDb + Rotten Tomatoes + Wikipedia on Douban Movie
Stars: ✭ 93 (-34.04%)
Mutual labels:  imdb, douban
Vbmc
Variational Bayesian Monte Carlo (VBMC) algorithm for posterior and model inference in MATLAB
Stars: ✭ 123 (-12.77%)
Mutual labels:  data-analysis
Youtube Like Predictor
YouTube Like Count Predictions using Machine Learning
Stars: ✭ 137 (-2.84%)
Mutual labels:  data-analysis
Tipdm
TipDM建模平台,开源的数据挖掘工具。
Stars: ✭ 130 (-7.8%)
Mutual labels:  data-analysis
Douban crawler
备份豆瓣计划
Stars: ✭ 124 (-12.06%)
Mutual labels:  douban
Bcs workshop apr 20
Workshop on basic machine learning, computational modeling, psychophysics, basic data analysis and experiment design
Stars: ✭ 134 (-4.96%)
Mutual labels:  data-analysis
Pbpython
Code, Notebooks and Examples from Practical Business Python
Stars: ✭ 1,724 (+1122.7%)
Mutual labels:  data-analysis
Visit
VisIt - Visualization and Data Analysis for Mesh-based Scientific Data
Stars: ✭ 140 (-0.71%)
Mutual labels:  data-analysis
Real Time Sentiment Tracking On Twitter For Brand Improvement And Trend Recognition
A real-time interactive web app based on data pipelines using streaming Twitter data, automated sentiment analysis, and MySQL&PostgreSQL database (Deployed on Heroku)
Stars: ✭ 127 (-9.93%)
Mutual labels:  data-analysis
Awesome Ts Anomaly Detection
List of tools & datasets for anomaly detection on time-series data.
Stars: ✭ 2,027 (+1337.59%)
Mutual labels:  data-analysis
Dtale Desktop
Build a data visualization dashboard with simple snippets of python code
Stars: ✭ 128 (-9.22%)
Mutual labels:  data-analysis
Rightmove webscraper.py
Python class to scrape data from rightmove.co.uk and return listings in a pandas DataFrame object
Stars: ✭ 125 (-11.35%)
Mutual labels:  data-analysis
Pylightxl
A light weight, zero dependency, minimal functionality excel read/writer python library
Stars: ✭ 134 (-4.96%)
Mutual labels:  data-analysis
Deeptime
Deep learning meets molecular dynamics.
Stars: ✭ 123 (-12.77%)
Mutual labels:  data-analysis
Padasip
Python Adaptive Signal Processing
Stars: ✭ 138 (-2.13%)
Mutual labels:  data-analysis
Datasist
A Python library for easy data analysis, visualization, exploration and modeling
Stars: ✭ 123 (-12.77%)
Mutual labels:  data-analysis
Awesome Scientific Python
A curated list of awesome scientific Python resources
Stars: ✭ 127 (-9.93%)
Mutual labels:  data-analysis
Topcorn
A minimalistic movie listing app to browse IMDB's top 250 movies, built to demonstrate MVVM with latest hot-trending Android development tools.
Stars: ✭ 131 (-7.09%)
Mutual labels:  imdb
Movie Board
Re-design and implement Douban Movie with React and Redux.
Stars: ✭ 140 (-0.71%)
Mutual labels:  douban

豆瓣电影的评分靠谱吗? —— 一点数据分析的视角

1. 豆瓣和IMDB 电影评分的比较

平时,会碰到一些电影,虽然评分很高,但却并不觉得好看,比如白日梦想家

可以看到,国内豆瓣的评分是8.3,而国外IMDB仅仅为7.3。烂番茄,Metacritic的评分也不高

是不是有一种可能,因为这些电影很文艺、很小资,所以豆瓣的用户很喜欢,所以打了高分呢?

分析文章:知乎, 豆瓣

交互式评分比较散点图

完整的分析notebook, 见这里

2. 豆瓣电影评分差异的比较

电影西游伏妖篇,网上的评价差异很大,一方面,有人觉得挺不错,但另一方面,又有人直骂烂片

于是,会想问 —— 为什么有的电影分数高/低,但是我们并不认同?是不是豆瓣电影的分数有问题?

分析文章: 豆瓣地址

交互式评分比较散点图

完整的分析notebook, 见这里

代码介绍

Getting Started

  1. 本项目基于Python 3,建议使用Anaconda安装

  2. 安装若干packages

    pip install -r requirements.txt

  3. 数据分析,见application.ipynbmovie2.ipynb

Contact

如果有任何问题,可以发issue,或者在这里找我

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].