Can we extract data types of features/variables from pickled model for Logistic Regression, Decision Tree, Random Forest?
I am trying to extract data types of variables/features from a pickled ML model file. I could see there is no information of the data types of variables in pickle file except for XG Boost. Is there any way to extract the data type information from pickle model file for other ML algorithms?
Topic pickle data-science-model machine-learning-model
Category Data Science