Skip to content

Instantly share code, notes, and snippets.

View cloga's full-sized avatar

Cloga Chen cloga

  • Azure AI Platform
  • Beijing
View GitHub Profile
@cloga
cloga / gist:9308573
Created March 2, 2014 15:56
数据分析与统计推断week2
{
"metadata": {
"name": ""
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
@cloga
cloga / gist:9171281
Created February 23, 2014 13:13
plotting_with_pandas
{
"metadata": {
"name": ""
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
@cloga
cloga / gist:8862733
Created February 7, 2014 13:36
classify_use_Sklearn.ipynb
{
"metadata": {
"name": ""
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
@cloga
cloga / gist:8382454
Last active January 3, 2016 00:19
Python多进程模块Multiprocessing介绍
{
"metadata": {
"name": ""
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
import urllib2
url='http://www.baidu.com/s?wd=cloga'
content=urllib2.urlopen(url).read()