npinto / asgd

Averaged Stochastic Gradient Descent Classifiers
41 stars 21 forks source link

Add Naive Multiclass "One-Versus-All" (OVA) ASGD with tests for both Binary and OVA. #7

Closed npinto closed 12 years ago

npinto commented 12 years ago

(see commit log)

npinto commented 12 years ago

@argoncloud, this branch contains tests that you could use for the c/blas/sse/tbb/ispc implementations.

yamins81 commented 12 years ago

The reason I had initial thought to move back the requirements is that a number of machines I work on it would be a pain to update -- e.g. hvm EC2 AMIs where building numpy and scipy is always complex. Definitely I could maintain my own branch for that, but I figured that others might be in a similar situation. Will the code actually not be guaranteed to work properly on somewhat older numpy/scipy installations? Generally, what is the right "policy" on requirements?

yamins81 commented 12 years ago

Anyway, @npinto, I agree that even if the requirements were to be rolled back, it should be in a different PR ...

npinto commented 12 years ago

Have you tried pip install -vUI --no-deps -e . ?

npinto commented 12 years ago

Getting ready to merge this. Objections?