Metadata-Version: 2.1
Name: glvi
Version: 0.1.2
Summary: Globally local variable importance
Home-page: https://github.com/PowderL/Globally-local-variable-importance-algorithm-in-Python
Author: TaoLi
Author-email: lp1559345469@gmail.com
License: UNKNOWN
Description: ## Globally-local-variable-importance-algoritm-in-python
        - One method with two branches to calculate local variable importance with global models.
          - Since the variable importance given by scikit-learn's RandomForestRegressor only shows a global “averaged” variable importance for the whole data set and it is inadequate to represent the variable importance for certain areas or periods (local data set). 
          - For several months working on this issue, I finally proposed a method with two branches and realised them in python which overcoming the shortcoming of traditional measures. With this method, we did not need to exclusively build local models or geographical approaches to estimate local variable importance  and furtherly explore heterogeneity of variable importance.
          - 
        Hopefully, I upload the codes to get some contribution from developers all over the world. Simutaneously, we wish to obtain some suggestions.
          - If you have questions or suggestios, please connect to the only auther Tao Li, Sichuan Univercity, China with the email:lp1559345469@gmail.com.
        
Keywords: random forests variable importance
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: Freeware
Classifier: Natural Language :: English
Description-Content-Type: text/markdown
