Mark Forrer

Results 21 comments of Mark Forrer

Confirmed that `jupyter` is removed as a dependency in `0.1.8a0`. I'll leave this issue open for now in case its helpful as a reminder to consider removing any others (e.g....

I also noticed that `nvidia-nccl-cu12` is a dependency of `xgboost` as installed here. It appears that's an NVIDIA-specific library that will only work on systems with NVIDIA GPU's (but will...

@perib or others, I'm uncertain about notifications you'll receive related to draft PR's, but here it is.

Force pushing again to pull in lessons learned from another project: * Updating `pyproject.toml` to use updated dependency specification supported in poetry 2.0 * Use optional dependencies instead of now-deprecated...

Force pushing to fix typo, and change "gpu" term to "cuda" to match other repos. I'll also update the PR description to matche.

This seems like very important information given how prominently the generation numbers are displayed in the output. And it's important for my use case. Given the number of special cases...

Thanks for your quick reply, and for the suggestions! I'll try some of them, and some more context below on my previous run in case it's helpful. I'm only running...

Thanks again for the quick reply! Sometimes TPOT is crashing, but in my original report and several similar runs, it completed. Then a subsequent attempt to run basic scikit-learn code...

Ok, looks like reducing the number of cores on your suggestion worked. Thank you! I was able to optimize hyperparameters for 3 different models in sequence in a single script...

Changed this to "ready for review". Likely there are a few minor issues remaining, especially as they relate to pushing to PyPi, but worth looking over at this point with...