DashAI icon indicating copy to clipboard operation
DashAI copied to clipboard

MLP Image Classifier

Open inunezn7 opened this issue 6 months ago • 0 comments

Summary

These changes allow the software to upload image datasets without errors.

Type of change

  • Front end new feature.
  • Back end new feature.
  • Bug fix.
  • Refactoring.
  • Documentation.

Changes

  • The dataset sample endpoint checks if the dataset's columns can be encoded as JSON. If they cannot, the system converts them to strings (the dataset doesn't change in the DB).
  • Now the methods to get and change the data type in the columns have options to "Unkown" types, like images (the actual types are classlabel or value, but the images are not a classlabel or value)

How to Test

...

Notes

...

inunezn7 avatar Aug 13 '24 05:08 inunezn7