squaredev-io / whitebox

[Not Actively Maintained] Whitebox is an open source E2E ML monitoring platform with edge capabilities that plays nicely with kubernetes
https://squaredev.io/whitebox/
MIT License
184 stars 5 forks source link

There should be raised an error in case the target column is not included inside the processed data of the given inference #138

Closed stavrostheocharis closed 1 year ago

stavrostheocharis commented 1 year ago

Description

The user provides his model data and also separately his inference data. There should be raised an error in case the target column is not included inside the processed data of the given inference.

Solution

Create a function that checks if the target column is being included inside the processed data of the given inference.

Additional context Nikos Ntampakis, 2 weeks ago  4 authors (John Zaras and others) John Zaras, 3 months ago 1 author (John Zaras)

stavrostheocharis commented 1 year ago

It is solved in https://github.com/whitebox-ai/whitebox/pull/131/commits/0648112dabc018a2574ecc405a1be5fe39d30fd5 commit in https://github.com/whitebox-ai/whitebox/pull/131

momegas commented 1 year ago

Closing this then 🙏