Re: [Dclib-devel] Fwd: DLib support for features with categorical values
Brought to you by:
davisking
From: Davis K. <dav...@gm...> - 2019-05-07 02:24:54
|
There isn't anything in dlib to do this transform automatically, as it's very easy to do yourself with some if statements or loops as appropriate. On Mon, May 6, 2019 at 9:09 AM Vishal Kumar Singh < vis...@gm...> wrote: > Hi, > > I have recently started working with DLib. > > I have implemented random forest for solving a classification problem. It > works like a charm. > > But I am unable to find a way to get the model working for features with > categorical values. > > Do we have support for categorical values or do we need to perform one-hot > encoding our-self before feeding the data to the model. > > Thanks in advance. > > Best Regards, > Vishal > _______________________________________________ > Dclib-devel mailing list > Dcl...@li... > https://lists.sourceforge.net/lists/listinfo/dclib-devel > |