All Projects → yjiao → Codeforces Api

yjiao / Codeforces Api

Tools for estimating problem difficulty, predictors rating trajectories, and tracking individual learning progress in algorithms.

Projects that are alternatives of or similar to Codeforces Api

Timeseriesanalysiswithpython
Stars: ✭ 1,083 (+1833.93%)
Mutual labels:  jupyter-notebook
Text Analytics W Python 2e
Source Code for 'Text Analytics with Python,' 2nd Edition by Dipanjan Sarkar
Stars: ✭ 56 (+0%)
Mutual labels:  jupyter-notebook
A Week In Wild Ai
360 view on ai/ml/dl applications
Stars: ✭ 56 (+0%)
Mutual labels:  jupyter-notebook
Ds and ml projects
Data Science & Machine Learning projects and tutorials in python from beginner to advanced level.
Stars: ✭ 56 (+0%)
Mutual labels:  jupyter-notebook
Voila Demo
Demo for voila
Stars: ✭ 56 (+0%)
Mutual labels:  jupyter-notebook
Imagenet
Trial on kaggle imagenet object localization by yolo v3 in google cloud
Stars: ✭ 56 (+0%)
Mutual labels:  jupyter-notebook
Pyplotz
A light weight wrapper for matplotlib users with Chinese characters supported
Stars: ✭ 55 (-1.79%)
Mutual labels:  jupyter-notebook
Interpreting Decision Trees And Random Forests
Unwrapping decision trees and random forests to make them less of a black box
Stars: ✭ 56 (+0%)
Mutual labels:  jupyter-notebook
Waveglow Vqvae
WaveGlow vocoder with VQVAE
Stars: ✭ 56 (+0%)
Mutual labels:  jupyter-notebook
Tensorflow Machine Learning Projects
Stars: ✭ 56 (+0%)
Mutual labels:  jupyter-notebook
Paraphrase Generator
A paraphrase generator built using the T5 model which produces paraphrased English sentences.
Stars: ✭ 55 (-1.79%)
Mutual labels:  jupyter-notebook
Arabic poem generator
Generating Arabic poetry using Markov chains.
Stars: ✭ 55 (-1.79%)
Mutual labels:  jupyter-notebook
Sccaf
Single-Cell Clustering Assessment Framework
Stars: ✭ 56 (+0%)
Mutual labels:  jupyter-notebook
Autoaugment
Unofficial implementation of the ImageNet, CIFAR 10 and SVHN Augmentation Policies learned by AutoAugment using pillow
Stars: ✭ 1,084 (+1835.71%)
Mutual labels:  jupyter-notebook
Endtoend Predictive Modeling Using Python
Stars: ✭ 56 (+0%)
Mutual labels:  jupyter-notebook
Darknetpy
darknetpy is a simple binding for darknet's yolo detector
Stars: ✭ 55 (-1.79%)
Mutual labels:  jupyter-notebook
Rnn Walkthrough
Stars: ✭ 56 (+0%)
Mutual labels:  jupyter-notebook
Pybkb v2
Python scripts that help me be a successfull meteorologist. (Python 2) For Python 3, use: https://github.com/blaylockbk/pyBKB_v3
Stars: ✭ 56 (+0%)
Mutual labels:  jupyter-notebook
Baidu dogs
百度西交第三届大数据比赛Baseline(全国第4名)
Stars: ✭ 56 (+0%)
Mutual labels:  jupyter-notebook
Dslt
Deep Regression Tracking with Shrinkage Loss
Stars: ✭ 55 (-1.79%)
Mutual labels:  jupyter-notebook

Problem Ratings for Codeforces

Codeforces is a well-known community for algorithms competitions. There are several heuristics that exist for finding suitable practice problems on Codeforces (sorting by the total number of solvers, for example), but none of them perform well and consistently in practice. We decided to create a better measure of problem difficulty, which we’ll call “problem rating”. You can read more about problem rating on our blog post here.

Scripts for a barebones version of individualized coding profiles can be found in the ui folder.

Functions

  • ui/ contains scripts for creating individualized coding profiles.
  • api_functions.py contains functions to parse information using APIs provided by codeforces.
  • elo.py was used to calculate problem ratings.
  • blogPost_v1.ipynb is a jupyter/iPython notebook that contains Python and R scripts used to generate figures for our first blog post.
  • prob_duplicates.py identifies probable duplicated problems.

Files

  • problem_duplicates.csv A list of duplicated problems between Div. 1 and Div. 2.
  • problem_ratings.csv Problem ratings from elo.py.
  • rating_histories.csv Rating history of active users who competed in at least 15 competitions.
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].