Closed FGU1 closed 3 years ago
Travis error : Maybe because statsmodels is not in the .travis.yml package section. Will add it later to retest travis (+ forgot to remove a commented line (line 41) in test_ind_ols.py.)
Closing this PR to add a file (travis.yml)
Modification of ols.py indicator, class OLS_BetaN to switch from pandas ols, which no longer exist in last versions of pandas, to statsmodels ols. Addition of a file for test of modified OLS_BetaN class.