Round columns in Azure ML

Mohamed El Hamrouni 231 Reputation points
2021-01-12T12:33:27.547+00:00

Hello,

I have made an experiment in Azure ML with a coefficient of detemination reaching 86% (regression). I would like to improve it using the rounding of several features (columns). I would like to round some columns to "xx-ten" example: 1854 => 1850 (up and down if possible)
I have used ceil functions before to avoid decimal numbers but here this is another case. I cannot see how to do this.

Can anyone help in this please?

Kind Regards,

Mohamed.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,334 questions
0 comments No comments
{count} vote

Accepted answer
  1. Mohamed El Hamrouni 231 Reputation points
    2021-01-13T21:48:43.547+00:00

    Hello Dear,

    Thank you for your advice. I have found in the rounding area the "tomultiple" function where I can decide to round a number to tens, hundreds... (example: tomultiple(2583,10) => 2580).

    Thank you :)

    Mohamed.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. GiftA-MSFT 11,176 Reputation points
    2021-01-12T20:22:24.783+00:00

    Hi, the Apply Math Operation module has a rounding operator that can be used to round up/down on a given column set.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.