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

Change the name of the prediction column #140

Closed stavrostheocharis closed 1 year ago

stavrostheocharis commented 1 year ago

Description

In model base name the target column of the prediction as "prediction" Need to change it because it creates confusion.

Solution

Change the name of the "prediction" to "target_column". Make the appropriate changes across the code where this variable sis being used.

Additional context

Nikos Ntampakis, 2 weeks ago  4 authors (John Zaras and others)
stavrostheocharis commented 1 year ago

It is solved in commit https://github.com/whitebox-ai/whitebox/pull/131/commits/bb7e4f534f74bcac93bca2e9264772c8951d2e26 in https://github.com/whitebox-ai/whitebox/issues/114#event-8387922964

momegas commented 1 year ago

Closing this 🙏