Exclude a Column from a Mining Model

Applies to: SQL Server 2019 and earlier Analysis Services Azure Analysis Services Fabric/Power BI Premium

Important

Data mining was deprecated in SQL Server 2017 Analysis Services and now discontinued in SQL Server 2022 Analysis Services. Documentation is not updated for deprecated and discontinued features. To learn more, see Analysis Services backward compatibility.

When you create a new mining model, you may not want to use all the columns that exist in the mining structure on which the model is based. For example, you might have added a customer name column for drillthrough, but don't want to use it for modeling. Or, you might decide to create multiple copies of a column with different discretizations, and use only one of the copies in each model, and ignore the rest. You could also selectively add input columns in several different models to see how the added variable affects the output column.

You do not need to create a new mining structure for each combination of columns; instead, you can simply flag a column as not being used in a particular model.

To exclude a column from a mining model

  1. In the Mining Models tab of Data Mining Designer in SQL Server Data Tools, select the cell that corresponds to the column you want to exclude, under the appropriate mining model.

  2. Select Ignore from the drop-down list box.

See Also

Mining Model Tasks and How-tos