#31: Machine Learning with Python and scikit-learn
Talk Python To Me27 Loka 2015

#31: Machine Learning with Python and scikit-learn

Machine learning allows computers to find hidden insights without being explicitly programmed where to look or what to look for. Thanks to the work of some dedicated developers, Python has one of the best machine learning platforms called scikit-learn. In this episode, Alexandre Gramfort is here to tell us all about scikit-learn and machine learning.

Jaksot(542)

#271: Unlock the mysteries of time, Python's datetime that is!

#271: Unlock the mysteries of time, Python's datetime that is!

Time is a simple thing, right? And working with it in Python is great. You just import datetime and then (somewhat oddly) use the datetime class from that module.

4 Heinä 20201h 4min

#270: Python in supply chains: oil rigs, rockets, and lettuce

#270: Python in supply chains: oil rigs, rockets, and lettuce

On this episode, we are going to weave a thread through three different areas of Python programming that at first seem unlikely to have much in common. Yet, the core will be the same throughout. I thi...

25 Kesä 202059min

#269: HoloViz - a suite of tools for Python visualization

#269: HoloViz - a suite of tools for Python visualization

The toolchain for modern data science can be intimidating. How do you choose between all the data visualization libraries out there? How about creating interactive web apps from those analyses? On thi...

19 Kesä 202055min

#268: Analyzing dozens of notebook environments

#268: Analyzing dozens of notebook environments

Are you using interactive notebooks for your data exploration or day-to-day programming? What environment do you use? Was it Jupyter and now you've made the move to JupyterLab? That's a great choice. ...

13 Kesä 202054min

#267: 15 amazing pytest plugins

#267: 15 amazing pytest plugins

Do you write tests for your code? You probably should. And most of the time, pytest is the industry standard these days. But pytest can be much more than what you get from just installing it as a tool...

6 Kesä 202053min

#266: Refactoring your code, like magic with Sourcery

#266: Refactoring your code, like magic with Sourcery

Refactoring your code is a fundamental step on the path to professional and maintainable software. We rarely have the perfect picture of what we need to build when we start writing code and attempts t...

29 Touko 202057min

#265: Why is Python slow?

#265: Why is Python slow?

The debate about whether Python is fast or slow is never-ending. It depends on what you're optimizing for: Server CPU consumption? Developer time? Maintainability? There are many factors. But if we ke...

19 Touko 20201h 3min

#264: 10 tips every Flask developer should know

#264: 10 tips every Flask developer should know

Are you a web developer who uses Flask? It has become the most popular Python web framework. Even if you have used it for years, I bet we cover at least one thing that will surprise you and make your ...

12 Touko 20201h 8min