danielenricocahall / elephas

Distributed Deep learning with Keras & Spark
MIT License
17 stars 5 forks source link

Utilize enums for categorical data #14

Open danielenricocahall opened 1 year ago

danielenricocahall commented 1 year ago

Convert the use of raw strings to enums for better readability, reduced likelihood for bugs, etc. in cases where there are a finite number of options i.e; "asynchronous", "synchronous", "hogwild" for server mode, "u", "g" for request options, etc.