I discuss some “risky” ways to improve the speed of multiple database transactions using the django @transaction.commit_on_success decorator.
Archive for the ‘django’ Category
I don’t have forever here django
Posted in django, python, tagged django, microarray, optimization on May 1, 2009 | Leave a Comment »
SQL Microarray Tables
Posted in django, Website, tagged django, microarray, models on April 29, 2009 | Leave a Comment »
Hi All, Now that I’ve established a sufficient tag prediction routine I’ve started to load the microarray data into the database. I ultimately had four design choices: Use a single pickle-file for the gene expression of all genes on a single array. Use a single pickle-file for the gene expression of a single gene across all arrays. [...]
So, How well do I do?
Posted in django, Natural Language Processing, Website, tagged django, NLP, prediction, Website on April 27, 2009 | 1 Comment »
I discuss the high ROC values I’ve gotten for my first run at predicting. I also mention an interesting side-effect of my annotation strategy and look for ways to avoid it in the future.
django evolved
Posted in django, python, Website, tagged django, django-evolution, SQL on April 24, 2009 | 2 Comments »
I discuss django-evolution and how it can automatically add or remove fields from a django application.
Lifting the Fog Around Feature Requests
Posted in django, Future Work, Project Management, Quick Thoughts, Website, tagged django, fogbugz on April 5, 2009 | Leave a Comment »
I talk about using Fogbugz and django to create a website corner that shows the expected date of website roll-outs.
I love django, but …
Posted in django, Website, tagged django, template, Website on March 30, 2009 | 3 Comments »
I discuss how much I like django but how I’d love to have a set of basic website templates.