Very good explanation. Suppose for single set a feature values, I am getting as outlier. How to find out top features contributed for the decision?
@prathipmathavan30898 ай бұрын
helped me a lot, keep up he good work!
@VikasVerma-xf6hb11 ай бұрын
Nice ...Thanks
@azogdevil4 ай бұрын
Thanks 🙏
@marvaajab66573 күн бұрын
i have face issue to get the high performance of this model this model are total 9 parameters but hyperparameters are which one?
@machinelearningplus Жыл бұрын
Want to learn more ML? Checkout edu.machinelearningplus.com/s/pages/ds-career-path - Become fundamentally strong in Data Science and ML!
@ashrithadepu Жыл бұрын
Hi, my dataset consists of categorical values and I’ve label encoded them to use isolation forest model. But how to evaluate my model? What metrics should I follow?
@machinelearningplus Жыл бұрын
If your 'features' are categorical, don't label encode then. Label encoding is meant for Target variables. Evaluating models can be done as you would with any other predictive model
@ashrithadepu Жыл бұрын
@@machinelearningplus but I don’t have a target variable and all the data is categorical how do you think I can proceed?? Btw thanks for your reply