(https://i.stack.imgur.com/d9uuV.png)
I am trying to transform my dataset which is a python data frame or dictionary into a bunch dtype.
scikit learn has ready to use dataset such as iris or digits and many more. I believe these datasets are in an hand-written digits dataset format. I would like to convert my dataset to the hand-written digits dataset format to generate a UMAP plot.
Any recommendations are much appreciated.