Skip to main content

Blog

Learn About Our Meetup

5000+ Members

MEETUPS

LEARN, CONNECT, SHARE

Join our meetup, learn, connect, share, and get to know your Toronto AI community. 

JOB POSTINGS

INDEED POSTINGS

Browse through the latest deep learning, ai, machine learning postings from Indeed for the GTA.

CONTACT

CONNECT WITH US

Are you looking to sponsor space, be a speaker, or volunteer, feel free to give us a shout.

[P] Hunga-Bunga: Because why not brute force all of sklearn?

Disclaimer – this is not my project, but it is simple and very cool at the same time, so I thought people might like it.

Say hello to Hunga Bunga!

Like the title says, it lets you brute force all of sklearn (including parameters and model types) with a simple fit / predict interface.

All you need to do is:

from hunga_bunga import HungaBungaClassifier, HungaBungaRegressor clf = HungaBungaClassifier() clf.fit(x, y) clf.predict(x) 

As simple as that.

Do you have any other simple yet wonderful automation libraries? I’d love to know.

submitted by /u/PhYsIcS-GUY227
[link] [comments]