👋 This is my little machine learning playground on GitHub. You'll find Kaggle projects here, solving all kinds of fun problems - predicting sales, figuring out good wine, you name it. All using a cocktail of ML models. Explore, learn, or just enjoy the data-driven ride. Happy coding...
github-data-wrangling Learn how to load, clean, merge, and feature engineer by analyzing GitHub data from the Viz repo. Introduction-to-Pandas Introduction to Pandas. Introducing-Pandas-Objects Learn about Pandas objects. Data Indexing and Selection Learn about data indexing and selection in Pandas...
Millions of data enthusiasts from around the world compete on Kaggle, the most famous data science competition platform of them all. Participating in Kaggle competitions is a surefire way to improve your data analysis skills, network with an amazing community of data scientists, and gain valuable ...
这里默认路径是home,所以把下载下来的csv文件放到home下就可以读取了 接着就是按照教程来:https://www.kaggle.com/startupsci/titanic-data-science-solutions 调用matplotlib又出现了版本问题: sudo pip install matplotlib==2.2.0 1. 因为版本问题太多,大多是是因为版本不够新,而新版本的包多只支持python3,所以系...
Millions of data enthusiasts from around the world compete on Kaggle, the most famous data science competition platform of them all. Participating in Kaggle competitions is a surefire way to improve your data analysis skills, network with an amazing community of data scientists, and gain valuable ...
$ git clone https://github.com/donnemartin/data-science-ipython-notebooks.git $ cd data-science-ipython-notebooks $ jupyter notebook Notebooks tested with Python 2.7.x.creditsPython for Data Analysis: Data Wrangling with Pandas, NumPy, and IPython by Wes McKinney PyCon 2015 Scikit-learn ...
gitDistributed revision control system with an emphasis on speed, data integrity, and support for distributed, non-linear workflows. rubyUsed to interact with the AWS command line and for Jekyll, a blog framework that can be hosted on GitHub Pages. ...
github-data-wranglingLearn how to load, clean, merge, and feature engineer by analyzing GitHub data from theVizrepo. matplotlib IPython Notebook(s) demonstrating matplotlib functionality. NotebookDescription matplotlibPython 2D plotting library which produces publication quality figures in a variety of ha...
Data-Science-Competitionsis a Github repository, presents solutions thatwon the Competitiontopic by topic (I just checked it out that 11 months ago was the last commit). The winning solution is technology-based at the time, so we need to see if we have better technology today. ...
# The Python 3 environment comes with many helpful analytics libraries installed# It is defined by the kaggle/python docker image: https://github.com/kaggle/docker-python# For example, here's several helpful packages to load inimportnumpyasnp# linear algebraimportpandasaspd# data processing, CSV...