Skip to content

Commit

Permalink
[aerosolve] Make Photon data converter Avro schema to be consistent w…
Browse files Browse the repository at this point in the history
…ith GAME data format
  • Loading branch information
timyitong committed Oct 27, 2016
1 parent 7e0a291 commit 685cf7a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -21,7 +21,7 @@ object PhotonMLUtils {

// Avro schema fields
val AVRO_UID = "uid"
val AVRO_LABEL = "label"
val AVRO_LABEL = "response"

val AVRO_FEATURES = "features"
val AVRO_NAME = "name"
Expand Down

0 comments on commit 685cf7a

Please sign in to comment.