Personal Highlights of Scikit-Learn 1.0

October 21, 2021 | Christian Lorentzen

Yes! After more than 10 years, scikit-learn released its 1.0 version on 24 September 2021. In this post, I'd like to point out some personal highlights apart from the release highlights. 1. Feature Names This one is listed in the release highlights, but deserves to be mentioned again. This is not yet available for all […] [...Read more...]

RvsPython #6: LinkedIn has spoken!

October 18, 2021 | Benjamin Smith

Introduction Over the past while with my time on LinkedIn, I got to have exposure to many people from many different lines of work. I also managed to have carved a space for myself there where I can post about Data Science topics and share my blogs along the way. ...
[...Read more...]

Data Algebra 0.9.0 Release

October 9, 2021 | John Mount

I am pleased to announce the 0.9.0 release of the data algebra. The data algebra is realization of the Codd relational algebra for data in written in terms of Python method chaining. It allows the concise clear specification of useful data transforms. Some examples can be found here. Benefits include […] [...Read more...]

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...]
1 41 42 43 44 45 98