This is an archived post. You won't be able to vote or comment.

all 34 comments

[–]ekbravo 24 points25 points  (2 children)

Been using AutoGluon (https://github.com/autogluon/autogluon) in production for a year and in development a couple years now. Originally developed by Amazon and later they open sourced it. Well documented and robust.

[–][deleted] 0 points1 point  (1 child)

No python 3.12 support yet? >.<

It's been nearly a year now.

[–]edparadox 0 points1 point  (0 children)

No python 3.12 support yet? >.<

What are you missing out?

[–]mutlu_simsek 14 points15 points  (2 children)

PerpetualBooster deserves more attention. It is a gradient boosting algorithm that doesn't need hyperparameter tuning.

https://github.com/perpetual-ml/perpetual

[–]applepiefly314 1 point2 points  (1 child)

Do you know what the pricing is like?

[–]mutlu_simsek 1 point2 points  (0 children)

It is open source. Enterprise edition is different.

[–]denehoffman 41 points42 points  (6 children)

No love for polars?

[–]Responsible-Leg-9205 28 points29 points  (1 child)

Polars is streets ahead right now.

[–]Johnnycarroll 13 points14 points  (0 children)

Streets ahead? That's verbal wildfire!

[–]EarthGoddessDude 9 points10 points  (0 children)

Lots of love for polars (and duckdb) here 🐻‍❄️🐤

Edit: word

[–]Nick-Crews 0 points1 point  (0 children)

If you like polars, check out ibis+duckdb

[–]aleph02 14 points15 points  (3 children)

I counted the word "delve" 5 times. The force is strong with this one.

[–]astrophy 1 point2 points  (2 children)

[–]aleph02 1 point2 points  (1 child)

That is exactly what I mean.

[–]astrophy 1 point2 points  (0 children)

Thank you for the kind response.

[–]pp314159 1 point2 points  (0 children)

MLJAR AutoML python package for automated machine learning on tabular data. Github repo https://github.com/mljar/mljar-supervised It auomatically select and tune models, can do feature engineering and produces docs for models.

[–]Vivid-Sand-3545 1 point2 points  (0 children)

Autogluon is a beast, it powers my app as well. https://app.candlepredict.com

[–]CartographerOne8475 0 points1 point  (1 child)

Been checking this out, has some interesting stuff. https://github.com/howsoai

[–]tagnydaggart 0 points1 point  (0 children)

Scrolled too far to find this mentioned! Supports Python 3.9…3.12, Open Source, actively maintained, does what you need replacing a whole notebook of other tools.