Hi, my data is in vector sparse representaion, and it was working fine (display and training ml models), I added few features that converted data from sparse to dense represenation and after that anything I want to perform on data stuck(display or ml model). The ram maxed out to 28 , I dont know if it is compute or data represeation (dense vs sparse) issue.
its not even writing a new table in database, when i run any block it says "filtering data" and stuck there . I run an ML model during night but it was still stuck in the morning (8 hours)