You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"There are a variety of Python libraries - e.g., [Scikit-Learn](http://scikit-learn.org/) and [xPatterns](http://atigeo.com/technology/) - for building more full-featured decision trees and other types of models based on a variety of machine learning algorithms. Hopefully, this primer will have prepared you for learning how to use those libraries effectively.\n",
51
-
"\n",
52
-
"Many Python-based machine learning libraries use other external Python libraries such as [NumPy](http://www.numpy.org/), [SciPy](http://www.scipy.org/scipylib/), [Matplotlib](http://matplotlib.org/) and [pandas](http://pandas.pydata.org/). There are tutorials available for each of these libraries, including the following:\n",
"* [4. Using Python to Build and Use a Simple Decision Tree Classifier](4_Python_Simple_Decision_Tree.ipynb)\n",
87
-
"* **5. Next Steps** (*you are here*)"
88
-
]
89
-
}
90
-
],
91
-
"metadata": {}
37
+
"cell_type": "markdown",
38
+
"metadata": {},
39
+
"source": [
40
+
"There are a variety of Python libraries - e.g., [Scikit-Learn](http://scikit-learn.org/) - for building more full-featured decision trees and other types of models based on a variety of machine learning algorithms. Hopefully, this primer will have prepared you for learning how to use those libraries effectively.\n",
41
+
"\n",
42
+
"Many Python-based machine learning libraries use other external Python libraries such as [NumPy](http://www.numpy.org/), [SciPy](http://www.scipy.org/scipylib/), [Matplotlib](http://matplotlib.org/) and [pandas](http://pandas.pydata.org/). There are tutorials available for each of these libraries, including the following:\n",
"* [Pandas Tutorials](http://pandas.pydata.org/pandas-docs/stable/tutorials.html) (especially [10 Minutes to Pandas](http://pandas.pydata.org/pandas-docs/stable/10min.html))\n",
48
+
"\n",
49
+
"There are many machine learning or data science resources that may be useful to help you continue the journey. Here is a sampling:\n",
50
+
"\n",
51
+
"* Scikit-learn's tutorial, [An introduction to machine learning with scikit-learn](http://scikit-learn.org/stable/tutorial/basic/tutorial.html)\n",
52
+
"* Kevin Markham's video series (on the Kaggle blog), [An introduction to machine learning with scikit-learn](http://blog.kaggle.com/2015/04/08/new-video-series-introduction-to-machine-learning-with-scikit-learn/)\n",
53
+
"* Kaggle's [Getting Started With Python For Data Science](http://www.kaggle.com/wiki/GettingStartedWithPythonForDataScience)\n",
54
+
"* Coursera's [Introduction to Data Science](https://www.coursera.org/course/datasci)\n",
55
+
"* Olivier Grisel's Strata 2014 tutorial, [Parallel Machine Learning with scikit-learn and IPython](https://github.com/ogrisel/parallel_ml_tutorial)\n",
56
+
"\n",
57
+
"Please feel free to contact the author ([Joe McCarthy](mailto:[email protected]?subject=Python for Data Science)) to suggest additional resources."
58
+
]
59
+
},
60
+
{
61
+
"cell_type": "markdown",
62
+
"metadata": {},
63
+
"source": [
64
+
"### Navigation"
65
+
]
66
+
},
67
+
{
68
+
"cell_type": "markdown",
69
+
"metadata": {},
70
+
"source": [
71
+
"Notebooks in this primer:\n",
72
+
"\n",
73
+
"* [1. Introduction](1_Introduction.ipynb)\n",
74
+
"* [2. Data Science: Basic Concepts](2_Data_Science_Basic_Concepts.ipynb)\n",
0 commit comments