Ben Chuanlong Du's Blog

It is never too late to learn.

Learning to Rank

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

https://www.kaggle.com/c/home-credit-default-risk/discussion/61613

https://studylib.net/doc/18339870/yetirank--everybody-lies

http://proceedings.mlr.press/v14/gulin11a/gulin11a.pdf

Model Architecture Ranking Category SOTA Comments Paper
RankNet NN …

My List of Python Modules

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Awesome Python

Awesome Python Applications

Data Science

  1. pandas: data frame.

  2. scipy: scientific computing.

  3. numpy: multi-dimensional arrays, fundation of pandas and deep learning packages.

  4. re: regular expression

File System

  1. shutil: copy, move …

Python Modules for Date and Time

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

datetime

dateutil

Useful extensions to the standard Python datetime features

dateparser

python parser for human readable dates

arrow

Better dates & times for Python.

monthdelta