Visualizing trees with Sklearn

October 6, 2021 | Nagdev Amruthnath

Tree-based models are probably the second easiest ML technique for explaining the model to a non-data scientist. I am a big fan of tree-based models because of their simplicity and interpretability. But, when I try to visualize them is, when it gets my nerves. There are so many packages out ...
[...Read more...]

Multi-Output Regression using Sklearn

October 6, 2021 | Nagdev Amruthnath

Regression analysis is a process of building a linear or non-linear fit for one or more continuous target variables. That’s right! there can be more than one target variable. Multi-output machine learning problems are more common in classification than regression. In classification, the categorical target variables are encoded to ... [...Read more...]

calmcode.io > video tutorials for open source tools

September 28, 2021 | Paul van der Laken

calmcode.io is an e-learning platform that I really really really recommend to programmers and data scientists: It is free. It involves open source tools. It uses bite-sized tutorial videos. It explains tools clearly. It explains everything calmly. There’s tons of content about computer programming, data science, and personal ...
[...Read more...]
1 43 44 45 46 47 99