Toggle navigation
ECON爱好者
Home
Categories
Tags
ECON爱好者
ECON练习本;
Gotta catch them all
A clustering approach in R
21 Aug 2016 |
R
Clustering
Introduction When data becomes high-dimensional, the inherent relational structure between the variables can sometimes become unclear or indistinct. One, might want to find clusters for numerous a...
Posted by Hanjo Odendaal
Python Sql
21 Aug 2016
Python and sql import sqlite3 conn = sqlite3.connect('emaildb.sqlite') cur = conn.cursor() #%% cur.execute(''' DROP TABLE IF EXISTS Counts''') cur.execute(''' CREATE TABLE Counts (email TEXT, co...
Posted by ECON爱好者
Three great ways to generate your blog
18 Aug 2016
If you have a web server, pelican might be a good choice. If you like to use github, Jekyll absolute is the best. If you use rstudio, now it offer a site generator.
Posted by ECON爱好者
Calculating Compound Annual Growth Rates (CAGR) in Python
10 Aug 2016 |
python
sympy
CAGR_Function_Python Calculating Compound Annual Growth Rates (CAGR)¶An example using a simple custom-def...
Posted by ECON爱好者
Another notes from my learning process
05 Aug 2016
title: Another notes from my learning process Another notes from my learning process I will cover all the steps that help me toward the happy land. First, I will finish the MDP course. The...
Posted by ECON爱好者
← Newer Posts
Older Posts →