You are currently browsing the Markus Breitenbach weblog archives for November, 2008.
- Advertising (1)
- Artificial Intelligence (AI) (10)
- Classification (2)
- Clustering (1)
- Coding / Programming (7)
- Cryptography (1)
- Data Mining (15)
- ewrt linux (2)
- Fixing Stuff (5)
- Machine Learning (25)
- Math (1)
- Politics (3)
- Psychology (3)
- Ramblings (21)
- Random (7)
- Security (14)
- Society (10)
- Sociology (4)
- spam (2)
- Statistics (12)
- December 22, 2008 10:27 am: Credit Card companies adjusting Credit Scores
- December 2, 2008 9:09 pm: Kids, Games and Sociopaths
- November 21, 2008 12:21 am: Back from Conference of the American Society of Criminology (ASC 2008)
- November 1, 2008 9:48 pm: Deploying SAS code in production
- October 15, 2008 12:18 am: Photo-based CAPTCHAs
- September 28, 2008 10:27 pm: Computer Models and the Mortgage Crisis
- September 1, 2008 8:19 pm: Can statistical models be intellectual property?
- August 21, 2008 9:17 pm: Taxons, Taxometrics and the Number of Clusters
- August 14, 2008 11:13 pm: CAPTCHAs - Not dead
- August 1, 2008 10:25 pm: ISC on the Future of Anti-Virus Protection
Blogroll
Useful Links
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
Archive for November 2008
Back from Conference of the American Society of Criminology (ASC 2008)
November 21, 2008 12:21 am by Markus.
I just got back from ASC 2008 (Conference of the American Society of Criminology). It’s the main conference for everything in criminology and has a wide international attendance. This was the first conference of this kind I attended and it was quite different from what I’m used to. There were more than 20 tracks - yep,20 talks going on at the same time. It’s impossible to pick and choose; the program was a book with a few hundred pages containing only titles and names (no abstracts) of the sessions and talks. Wow… But still way too many talks. I think the conference would be better if there would be a review process of the abstracts as some of the talks didn’t quite match the advertised title.
However, from the sessions I attended about two thirds of the presenters fail to show up. In one particular case I was interested in seeing a talk critical about an psychometric instrument I have worked with and the presenters bailed despite that we saw them in the morning in the conference hotel. That’s something I haven’t seen happen in computer science conferences at all. Some of the studies presented were a bit funny (small sample, no hold-out set etc.). Overall I got one new idea out of it that could turn out to be interesting: a diversity measure for static recidivism risk models.
Unfortunately St. Louis was a bit boring. It has pretty parks, but e.g. Tango dancing ends at 11pm (2am in Denver - at the earliest). Oh well…
Posted in Sociology, Ramblings | Print | No Comments »
Deploying SAS code in production
November 1, 2008 9:48 pm by Markus.
I had written a post about the issues of converting models into something that is usable in production environments as most stats-packages don’t have friendly interfaces to integrate them into the flow of processing data. I worked on a similar problem involving a script written in SAS recently. To be specific, some code for computing a risk-score in SAS had to be converted into Java and I was confronted with having to figure out the semantics of SAS code. I found a software to convert SAS code into Java and I have to say I was quite impressed with how well it worked. Converting one language (especially one for which there is no published grammar or other specification) into another is quite a task - after a bit of back and forth with support we got our code converted and the Java code worked on the first try. I wish there would be similar converter for STATA, R and SPSS ![]()
Posted in Coding / Programming, Statistics, Data Mining, Machine Learning | Print | No Comments »