I am using pycaret and scikit learn for ML and i want to apply weights to features globally such that they can work with any algorithm
I tried using class_weight parameters in the models but i want to use weights globally. Also I would like to know about weighting strategy what is this and is this even possible?