|
|
|
|
|
by svictoroff
4442 days ago
|
|
This product is meant for a very different user base than a library like sklearn. In fact, much of our functionality leverages projects like sklearn, skimage, etc... Basically what we're trying to do is extend a series of pre-trained models on common problems that don't require any training data from the user. The drawback of this is that these api endpoints are less flexible than a true library, but the plus is that the user never has to deal with encoding features, or even finding, let alone cleaning raw data sets. |
|