1. Computing the vector norm

    Update: a fast and stable norm was added to scipy.linalg in August 2011 and will be available in scipy 0.10 Last week I discussed with Gael how we should compute the euclidean norm of a vector a using SciPy. Two approaches suggest themselves, either calling scipy.linalg.norm ...

    read more

    There are comments.

  2. Weighted samples for SVMs

    Mon 29 November 2010

    Based on the work of libsvm-dense by Ming-Wei Chang, Hsuan-Tien Lin, Ming-Hen Tsai, Chia-Hua Ho and Hsiang-Fu Yu I patched the libsvm distribution shipped with scikits.learn to allow setting weights for individual instances. The motivation behind this is to be able force a classifier to focus its attention in ...

    read more

    There are comments.

  3. solve triangular matrices using scipy.linalg

    Sat 30 October 2010

    For some time now I've been missing a function in scipy that exploits the triangular structure of a matrix to efficiently solve the associated system, so I decided to implement it by binding the LAPACK method "trtrs", which also checks for singularities and is capable handling several right-hand sides ...

    read more

    There are comments.

  4. Second scikits.learn coding sprint

    Sun 12 September 2010

    Las week took place in Paris the second scikits.learn sprint. It was two days of insane activity (115 commits, 6 branches, 33 coffees) in which we did a lot of work, both implementing new algorithms and fixing or improving old ones. This includes: * sparse version of Lasso by coordinate ...

    read more

    There are comments.

  5. « Page 4 / 17 »

blogroll

social