
kaggle
大龄coder
靡不有初鲜克有终,人无远虑必有近忧。
没有最好的语言,只有最好的程序员。
展开
-
kaggle教程--Introduction to ML
Using Pandas to Get Familiar With Your Data The first step in any machine learning project is familiarize yourself with the data. You’ll use the Pandas library for this. Pandas is the primary tool dat...原创 2019-06-04 08:54:06 · 365 阅读 · 0 评论 -
kaggle教程--房屋价格预测代码
https://www.kaggle.com/c/home-data-for-ml-course import pandas as pd TRAIN_PATH = '/opt/work/jupyter/data/kaggle/house_price/train.csv' TEST_PATH = '/opt/work/jupyter/data/kaggle/house_price/test.csv'...原创 2019-06-10 23:32:17 · 1145 阅读 · 0 评论 -
kaggle教程--Intermediate Machine Learning
包括以下 tackle data types often found in real-world datasets (missing values, categorical variables), design pipelines to improve the quality of your machine learning code, use advanced techniques for m...原创 2019-06-05 00:02:29 · 665 阅读 · 0 评论