Podcast
Questions and Answers
Which of the following is true about the transformation of categorical features to numerical features in CatBoost?
Which of the following is true about the transformation of categorical features to numerical features in CatBoost?
What can CatBoost create as a new feature when multiple categorical features are combined?
What can CatBoost create as a new feature when multiple categorical features are combined?
What does CatBoost accept as input for transforming categorical features to numerical features in classification?
What does CatBoost accept as input for transforming categorical features to numerical features in classification?
What does the table below show after the rows in the input file are randomly shuffled several times?
What does the table below show after the rows in the input file are randomly shuffled several times?
Signup and view all the answers
What is the purpose of generating multiple random permutations in CatBoost?
What is the purpose of generating multiple random permutations in CatBoost?
Signup and view all the answers
Which stage of transforming categorical features to numerical features assigns numerical values to categorical feature values or feature combination values?
Which stage of transforming categorical features to numerical features assigns numerical values to categorical feature values or feature combination values?
Signup and view all the answers
What types of features does CatBoost support?
What types of features does CatBoost support?
Signup and view all the answers
What does CatBoost transform categorical features to before each split is selected in the tree?
What does CatBoost transform categorical features to before each split is selected in the tree?
Signup and view all the answers
How are categorical features transformed to numerical features in CatBoost?
How are categorical features transformed to numerical features in CatBoost?
Signup and view all the answers
What does the table below show after the rows in the input file are randomly shuffled several times?
What does the table below show after the rows in the input file are randomly shuffled several times?
Signup and view all the answers
Which formula is used to transform categorical feature values to numerical values?
Which formula is used to transform categorical feature values to numerical values?
Signup and view all the answers
What does countInClass represent in the formula?
What does countInClass represent in the formula?
Signup and view all the answers
What does prior represent in the formula?
What does prior represent in the formula?
Signup and view all the answers
What does totalCount represent in the formula?
What does totalCount represent in the formula?
Signup and view all the answers
In the example with musical genres, which values can j accept?
In the example with musical genres, which values can j accept?
Signup and view all the answers
What is the value of prior in the example with musical genres?
What is the value of prior in the example with musical genres?
Signup and view all the answers
What is the function value for object #3 in the example?
What is the function value for object #3 in the example?
Signup and view all the answers
What is the function value for object #5 in the example?
What is the function value for object #5 in the example?
Signup and view all the answers
What is the function value for object #7 in the example?
What is the function value for object #7 in the example?
Signup and view all the answers
What does one-hot encoding do?
What does one-hot encoding do?
Signup and view all the answers