-
Notifications
You must be signed in to change notification settings - Fork 5
Features Request list #47
Comments
|
Thanks @vopani for the update
|
Ahh ok, I see how this can be useful. So, the DAI Client does support this using async create, for example: http://docs.h2o.ai/driverless-ai/pyclient/docs/html/concepts.html#example but WaveML doesn't use the async version. This needs to be thought through. Maybe can track as a separate discussion. |
Yes, will create an installation section in README. |
The readme file is updated: https://github.com/h2oai/wave-ml#installation |
I tried out
waveml
last week and since I am actively developing an app, I have figure out certain features that are needed from an end user/developer perspective. This list isn't exhaustive but it's a good starting point:pypi
package doesn't install all the dependencies. This should be mentioned in theInstallation
section and the links to download other wheel files should also be provided.model training
usingwaveml
in a wave app. This should include theDo's
andDon't s
waveml
, the API should provide some amount of logging, for example:training status (including ETA)
,DAI messages about datasets like leakage and all
, etc. This helps in providing an interactive feedback to the end user, so that the user knows that the training is happeningendpoint_url
. Although this seems trivial, it becomes important to keep track of all the trained models in order to compare their performance on a particular datasetThe text was updated successfully, but these errors were encountered: