Git Product home page Git Product logo

steam-hype's Introduction

Steam Hype

Build status with Github Action Code coverage Code Quality

Illustration

This repository contains Python code to find upcoming Steam games with many followers.

Requirements

  • Install the latest version of Python 3.X.
  • Install the required packages:
pip install -r requirements.txt

Usage

As of November 2020, SteamHype.com is down. Please refer to this Colab notebook to rely on SteamDB. Open In Colab

Alternatively:

python compare_to_top_wishlists.py

or:

import compare_to_top_wishlists

compare_to_top_wishlists.main(version=2)

Previously, when SteamHype.com was up, usage was as follows.

To download data:

python download_hype.py

To print formatted output:

python utils.py

To compare top followed games to top wishlisted games:

import compare_to_top_wishlists

compare_to_top_wishlists.main(version=1)

Results

Results are shown on the Wiki.

The rank-order correlation between the top followed games (depth=166) and the top wishlisted games is positive:

As of November 2020, using SteamDB's hype (depth=250), as SteamHype.com is down:

  • Spearman rho coefficient ~ 0.44
  • Kendall's tau coefficient ~ 0.33
  • Weighted Kendall's tau coefficient ~ 0.64
  • Average overlap ~ 66.5%
  • Rank-biased overlap ~ 68.0%

References

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.