Showing posts with label PYFOREST. Show all posts
Showing posts with label PYFOREST. Show all posts

Friday, 7 May 2021

How to Run 40 Regression Models with a Few Lines of Code by Ismael Araujo via TDataScience

Learn how to run over 40 machine learning models using Lazy Predict for regression projects.

This is a real timesaver and very useful if you hadn't come across it before.

Monday, 8 March 2021

Import all Python libraries in one line of code by @aigeek7 via @TDataScience

Annoyed writing multiple import statements? Let PyForest do the work for you. 

This is really useful and definitely something worth considering. What I don't know, is if the loading of so many libraries would affect performance in some way.