Join our meetup, learn, connect, share, and get to know your Toronto AI community.
Browse through the latest deep learning, ai, machine learning postings from Indeed for the GTA.
Are you looking to sponsor space, be a speaker, or volunteer, feel free to give us a shout.
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]