0
votes
0answers
411 views

Open SAS or SPSS file in Python [closed]

I am using Python for all my software work in my PhD. Now i am starting to use it for statistical work on survey data, but i can not find a good way how to directly open a SAS or SPSS file through ...
0
votes
1answer
331 views

lift/uplift/netlift modeling: CART analysis maximizing a t-statistic from a multivariate regression

For tree based modeling most packages use some data element as the dependent variable. In uplift modeling the goal is to maximize the difference between treatment and control groups. One way to ...