ml5js / ml5-library

Friendly machine learning for the web! 🤖
https://ml5js.org
Other
6.46k stars 899 forks source link

capitalization consistency (SketchRNN) #297

Closed shiffman closed 5 years ago

shiffman commented 5 years ago

@MimiOnuoha is working on a doc related to new ideas for designing the reference and I noticed that we have some capitalization inconsistency in ml5 methods, I propose the following:

We can adopt the rule that only methods that are named after an acronym begin with a capital letter? (KNN and YOLO right now). Here's the full list:

shiffman commented 5 years ago

(Note that the underlying classes would all start with a capital letter.)

class FeatureExtractor { }
class ImageClassifer { }
// etc.
joeyklee commented 5 years ago

@shiffman - This is now part of the api. Closing this issue now. Thanks! :)