Salman Mohammed
Salman Mohammed
@lmcinnes would you please be able to share a small snippet that does this? it would be super helpful! 🙏🏽 there are a few open issues regarding this cluster mapping...
@lmcinnes - it might be due to some packages in the requirements.txt not being pinned such as `numpy>=1.16.0`. it could be worth looking into pinning them in both directions `>=...
I believe the fix would be to change this class attribute to `s3` https://github.com/PrefectHQ/prefect/blob/e6bd04abb5580eb79bde12b9ad3845e9f1d1479c/src/prefect/tasks/databricks/models.py#L66
@Optimox I have a large dataset (100 chunks in parquet) - each chunk fits in memory but not the entire dataset. What would be the best way to train TabNet...
We have seen a similar error in our Prefect 2 Agent in GCP Cloud Run (launches Vertex jobs). The agent falls over at the start of the hour when ~50...