KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
-Kaggle-kaggle-
★ 12
Open GitHub ↗
【机器学习/Kaggle教学】kaggle案例实战班-案例分析
Download README (.md)
Explore Similar Repositories
Xamarin.Forms-4-Projects
:
Xamarin.Forms 4 Projects, Published by Packt
zsh-saml2aws
:
oh-my-zsh plugin for saml2aws
BeeHive
:
BeeHive: a flexible open hardware platform for behavioural experiments
Intro-to-Tensorflow-for-Deep-Learning-Udacity
:
Algorithms implemented in Google Colab.
mesan-react-native-news-app
:
News App with Search and Load More Functionality Using React Native and Redux.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
-Kaggle-kaggle-
?
Download (.md)
# -Kaggle- 【机器学习/Kaggle教学】kaggle案例实战班-案例分析 视频学习地址:https://www.bilibili.com/video/av42834527 github上jupyter notebook加载很慢,有时候加载不出来。 如果本机装好了jupyter notebook的话可以下载下来,在本机打开看,相对会快一些。下载jupyter notebook:如果已经有anaconda的话,可以直接用 conda install jupyter notebook 的命令安装。或者使用 pip install jupyter ,然后在terminal中输入jupyter notebook即可打开,本机打开的话会在浏览器中显示,地址为localhost:8888,也就是本机。 如果不想下载的话,可以访问这个网站:https://nbviewer.jupyter.org/ 把github上对应的文件的url输进去,就可以在线渲染jupyter文件了 Kaggle第01课:机器学习算法、工具与流程概述 案例:Kaggle泰坦尼克号船难--逻辑回归预测生存率 题目链接:https://www.kaggle.com/c/titanic 该案例参考来源如下 作者:海天一树X 链接:https://www.jianshu.com/p/bbfbdedc3c1c 来源:简书 Kaggle第02课:经济金融相关问题 案例:房价预测案例