最新文章

Python: Mixin

少于 1 分钟阅读

首先 a Mixin is class to be mixed-in,它在 python 里起到的作用类似于 interface 或者 abstract class,但是又有点微小的差别,我们来看个例子:

ML Terminology

3 分钟阅读

Confusion matrix $\subset$ Contingency table

How to rename MySQL databases or tables?

1 分钟阅读

场景:我有一套老的数据,比如 2015 年发布的 db,现在 2016 年发布了新的数据,它的 dump file 里还是用的老的 database name db,我想把这两套数据都存在数据库里。