-
We've been using `wru` [r package](https://github.com/kosukeimai/wru) for inferring race from last names. It works well for common surnames in the U.S., but fails to classify many names. I'm planning …
-
Hi, Cole
Could you pls upload some testing method and demo trained models?
And, can this model directly predict both age and gender in once computation?
Or .. bascially, this is two seperate…
-
I am training going gender classification which i am going to run on top of person object detector. Can you please release an endpoint method for classification ? Also the same method can be used via …
-
Now that @zyzhu has started updating Deedle to netstandard 2.0 we should look at updating the whole FsLab collection
@zyzhu - do you use FsLab as an entire collection or just the individual pieces?
dsyme updated
3 years ago
-
Hello
This is Kevin. Thank you so much for this package. It is wonderful. I download TCGA-LUAD maf data from TCGA and try to learn more of this package. In the process of survival analysis, I tried …
-
-
Hi,
First of all great wrapper, it seems like it is a very powerful library.
However when I try to train Helen I can't find the DlibDotNetNative.dll and DlibDotNetDnn.dll files.
I followed t…
-
Here is my code:
``` javascript
obj = _.chain(obj)
.values()
.map(function(item) {
return item ? item.toString() : "";
})
.value();
DynamoDB.putItem({
"TableN…
-
Syn data project overview.
Here is a rough outline of the tech design. This will get turned into many smaller issues.
High-level goal is to create synthetic "micro-data" (one row per event or us…
-
Hi!
Can I use the models from https://github.com/justadudewhohacks/face-api.js?files=1 to detect gender and age?
Thanks!