Some quick ways to improve your Python

Six more examples of ways to refactor your Python code, and why they are improvements. Read more

Similar

Many Models Workflows in Python: Part I

This summer I worked on my first substantial research project in Python. I’ve used Python for a number of small projects before, but this was the first time that it was important for me to have an efficient workflow for working with many models at once. I... (more…)

Read more »

Decision Tree with Python

A decision tree can be visualized. A decision tree is one of the many Machine Learning algorithms. It’s used as classifier: given input data, it is class A or class B? In this lecture we will visualize a decision tree using the Python module pydotplus and... (more…)

Read more »