Skip to content

Instantly share code, notes, and snippets.

View Azure-rong's full-sized avatar

rongzhe Azure-rong

  • Sun Yat-Sen University
  • Guangzhou , China
View GitHub Profile
@Azure-rong
Azure-rong / helpfulness prediction.py
Created March 25, 2014 06:00
Prediction examination:Predicting review helpfulness by using different classifier and find the best classifer. Then check feature subset prediction performance to find the most influence feature of review helpfulness
#! /usr/bin/env python2.7
#coding=utf-8
"""
Use scikit-learn to test different classifier's review helpfulness prediction performance, and test different feature subset's prediction performance
This module is the last part of review helpfulness prediction research.
"""
@Azure-rong
Azure-rong / Hellow latex.tex
Created September 5, 2014 08:32
latex:First Chinese latex file test
%hello_world.tex
\documentclass{book}
\usepackage{ctex}
\begin{document}
你好\LaTeX
\end{document}