Experiment - Output format control
Problem:You have a machine learning model that predicts house prices. The model outputs raw predictions as floating-point numbers with many decimal places, which is hard to read and use in reports.
Current Metrics:Model predictions example: [234567.891234, 345678.912345, 456789.123456]
Issue:The output format is not user-friendly. Predictions have too many decimals and inconsistent formatting, making it difficult to interpret and present.