Slashdot Mirror


DePaul University To Offer Degree In Predictive Analysis

itwbennett writes "The Chicago-based DePaul University will offer what it says is the nation's first master's degree in predictive analysis, the school announced on Wednesday in conjunction with IBM, which will provide resources for the program. 'We realized there was a need to create a program that prepared students in careers in data analytics and business intelligence,' said Raffaella Settimi, an associate professor at DePaul's College of Computing and Digital Media, who helped craft the program. 'A lot of the professionals who work in these fields have a variety of backgrounds, but there really isn't a program dedicated to data analytics,' Settimi said."

7 of 71 comments (clear)

  1. First prediction! by line-bundle · · Score: 4, Funny

    Did they predict their own success?

  2. I tried to sign up but... by Elbowgeek · · Score: 5, Funny

    I got a notice saying the courses had been canceled due to unforeseen circumstances...

    --
    Who is this delectable creature with an insatiable love of the dead?
  3. statistics by flynt · · Score: 4, Interesting

    There are, however, many quality degree programs in Statistics. As someone who went through one of them, you can largely choose your own mix of theory and practice. I wonder if this isn't just statistics rebranded? I hope it doesn't concentrate too much on certain proprietary software packages. Statistics is like anything else. You can easily produce a bunch of numbers and compile massive books of tables and graphics. But if you don't know the assumptions of each of your methods, and consequently their shortcomings in each situation, you can draw some fairly bad conclusions rather quickly. I just hope this program gives a solid background in theoretical statistical inference, experimental design, and regression analysis, so students understand the 'why'.

  4. Re:In Other Word: by srussia · · Score: 4, Insightful

    statistics.

    As Feynman might have said, Statistics is to Predictive Analytics as Mathematics is to Physics.

    --
    Set your phasers on "funky"!
  5. Re:I graduated from the program... by Hijacked+Public · · Score: 4, Funny

    Congratulations, your performance is within the acceptable range of tolerance.

    You'll receive your masters in 8-10 business days.

    --
    "Sacrifice for the good of The State" - The State
  6. Re:wha? by e2d2 · · Score: 5, Funny

    I'm a bit dismayed that you didn't see this coming.

  7. Went to DePaul for Statistics by proc_tarry · · Score: 4, Informative

    I went to DePaul and got an MS in Applied Statistics. I also work for a marketing company doing "predictive analytics". (I really don't like that term. It degrades the importance of understanding the relationship between independent and dependent variables, and places more emphasis on dependent variable fit. You can have a highly accurate model, but if marketers don't understand how their efforts affect sales the model is worthless.)

    At DePaul one series of classes was mostly math theory, the remaining classes were 100% about "predictive analytics", i.e. using a computer to build statistical models. It used a more traditional approach to applied statistics with "topical" classes: sampling, forecasting, design & analysis of experiments, nonparametric statistics, Monte Carlo simulation, multivariate statistics, etc.

    The statistics program is part of the College of Liberal Arts & Sciences in the math department. This new program is in the computer science department (which has its own college). The program (http://www.cdm.depaul.edu/academics/Pages/MSinPredictiveAnalytics.aspx) looks like a hybrid of CS, Stats & Marketing. It includes a class in neural networks which most stats programs lack, but again, this focuses on "prediction" instead of "inference", which is less useful to marketers. (Neural networks is a highly valuable topic. Just not as much in this field.) Also, the program lacks pure programming classes, which there is A LOT of in this field (data never comes in formats ready to model). Most is done in SAS or R, but any programming language teaching basic concepts (variables, logic, arrays, loops, functions) is useful.