Show HN: Machine learning automation from creating to using models in production
1–10 of 13 posts
Re: Show HN: Machine learning automation from creating to using models in production
#2Igel is a delightful tool to help you create, validate and use machine learning model (also in production) without writing code. You can use the integrated command line or the graphical interface.
Igel uses FastAPI and uvicorn to serve your trained model, due to their high performance.
Re: Show HN: Machine learning automation from creating to using models in production
#3Re: Show HN: Machine learning automation from creating to using models in production
#4I would also like to recommend Axoantor Low Code Platform https://axonator.com/low-code-platform
Re: Show HN: Machine learning automation from creating to using models in production
#5I would also like to recommend Axoantor Low Code Platform https://axonator.com/low-code-platform
Re: Show HN: Machine learning automation from creating to using models in production
#6A few things I found so far:
- When running "fit", I get an error when I use the "--yaml_file" parameter mentioned in the readme: "Unrecognized argument -> yaml_file". Using "-yml" works
- When using the model for prediction, what format should "path_to_your_test_dataset.csv" be in? Is that a csv in the same format as the training set except for the column we want to predict? Edit: I just found https://github.com/nidhaloff/igel/blob/v0.4.0/examples/data/...
Re: Show HN: Machine learning automation from creating to using models in production
#7Awesome tool! A few things I found so far: - When running "fit", I get an error when I use the "--yaml_file" parameter mentioned in the readme: "Unrecognized argument -> yaml_file". Using "-yml" works - When using the model for prediction, what format should "path_to_your_test_dataset.csv" be in? Is that a csv in the same format as the training set except for the column we want to predict? Edit: I just found https://…
Re: Show HN: Machine learning automation from creating to using models in production
#8Re: Show HN: Machine learning automation from creating to using models in production
#9Re: Show HN: Machine learning automation from creating to using models in production
#10I unfortunately would not recommend running this in production. I don't see anything like debugging or centralized or distributed logging either way, no performance metrics either from a raw code or stats performance measurements. I could go on, but there are many software projects out there that try to productionalize ML and know nothing about stats, but this is the opposite, it seems knowledgeable about statistical…
I agree with your point of vue. However, igel is fairly new and evolving fast. Using igel to serve trained model is a new feature that was implemented in the new release so igel has a long way to go in order to be a solid product for production use.It will surely get more mature with time.
Finally, notice that I didn't recommend running it in production. Just mentioned that it is possible and takes no efforts at all. However, if the user generated a trained model then anything can be done with it from there. Technically, the user can implement his/her own server and use the model as wanted. Obviously, users should do that if they want more control.