Skip to content

Instantly share code, notes, and snippets.

View changukshin's full-sized avatar

Chang-Uk Shin changukshin

View GitHub Profile
@changukshin
changukshin / performance.py
Last active November 23, 2020 05:32 — forked from greenstick/performance.py
분류 task의 성능 측정을 위한 python class
#! /usr/bin/env python3
"""
Development Version: Python 3.5.1
Author: Benjamin Cordier
Description: Module For Performance
Assessment of Classification Task
License: BSD 3 Clause
--