This repository has been archived by the owner on Sep 13, 2023. It is now read-only.
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies:
data
? Shouldn't it bemodel
? If the type is unknown - something else.save(rf, "mlem-m", sample_data=data)
returns (and prints in iPython) a massive object. It does not look good. Wouldn't it be better to suppress printing? Likemodel = save(...)
name: predict
- isn't it duplication withpredict
from the above:type_
?pd
were never importedWorkflow missmatch - first scrips were considered interactive (
train.py
and saving models script with no name) whilepredict.py
is running from CLI. It confuses user. Is it possible to make it fully interactive and working end-to-end? Clarification - it's ok to run CLI command in special cases like runningmlem
commands but not python.Making requests
section - acurl
command example can be a better rather than a link to Swagger UIDocker deployment bug:
--image.name
,--image.tag
etc - not standard CLI notation for parameters. It has to be--image-name
Prefix-Emoji in error messages and warning are not a good practice in CLI -
❌ Error calling docker:
.It is saying that docker is running but there is nothing in https://localhost:8080/docs Bug?
--json
option, it does not change the output. See example above.The text was updated successfully, but these errors were encountered: