Vyacheslav Kotrachev Posted September 18, 2017 Share Posted September 18, 2017 I have built a classification model that uses a calculated column as its response column. The calculated column depends on a document property that is bound to a drop-down list with column list to choose from. I need to have the model automatically updated when the user changes the document property. Currently, I need to open the model settings and click "OK" for the model to be updated. E.g. the data table has columns: Response1, Response2, Predictor1, Predictor2. I added a document property "SelectedResponse", which has either "Response1" or "Response2". I also added a calculated column [selectedResponse] =[${SelectedResponse}] Then I added a classification model with formula: SelectedResponse ~Predictor1 + Predictor2. When the property changes, the column values changes as well, and I need the model to be refreshed.Can this be done automatically upon the column or its defining property change Thank you! Link to comment Share on other sites More sharing options...
Nawaz Ali Mohammad Posted August 1, 2019 Share Posted August 1, 2019 Hello, When the property or the column value changes the model will be refreshed. the visualizations which are created in teh model will have a refresh button you will have to click on it for the model to be updated. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now