[Scikit-learn-general] GSoC 2015: Global optimization based Hyper parameter optimization (SMAC)

2015-03-27 Thread hamzeh alsalhi
:-Global-optimization-based-Hyper-parameter-optimization-(SMAC-RF-and-GP)-Hamzeh-Alsalhi -- Hamzeh Alsalhi Computer Science Cornell University 2015 T: (850) 319.5607 | E: ha...@cornell.edu -- Dive into the World of

Re: [Scikit-learn-general] [GSOC] Global optimization based Hyper parameter optimization Hamzeh Alsalhi

2015-03-24 Thread hamzeh alsalhi
papers that I follow through from the links you provided. Thank you, Hamzeh -- Hamzeh Alsalhi Computer Science Cornell University 2015 T: (850) 319.5607 | E: ha...@cornell.edu <https://mail.google.com/mail/?view=cm&fs=1&tf=1&to=ha

[Scikit-learn-general] [GSOC] Wrap up blog post

2014-08-18 Thread Hamzeh Alsalhi
Hello, I am wrapping up my final blogpost and I want to say that this was an awesome summer of code! It has been a great feeling for me to wake up daily and contribute to a a software project that is valuable to me. http://hamzehgsBest, oc.blogspot.com/2014/08/google-summer-of-code-2014-final-summ

[Scikit-learn-general] [GSOC] Dummy with sparse target

2014-07-28 Thread Hamzeh Alsalhi
Hi! This week I wrote a post (with many benchmark plots) of the sparse target dummy classifier http://hamzehgsoc.blogspot.com/ Thanks, Hamzeh -- Infragistics Professional Build stunning WinForms apps today! Reboot your Win

[Scikit-learn-general] (GSOC) Blog Post Sparse One vs. Rest Classifiers

2014-07-14 Thread Hamzeh Alsalhi
This blog post here reviews the pull request I have been focused on which implements sparse target data support for One vs. Rest classifiers. http://hamzehgsoc.blogspot.com/2014/07/sparse-target-data-for-one-vs-rest.html all the best, Hamzeh

[Scikit-learn-general] [GSOC] Midterm Summary

2014-06-22 Thread Hamzeh Alsalhi
Please find linked my midterm summary blog post. Thank you! http://hamzehgsoc.blogspot.com/ -- HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your Big Data with HPCC Sys

[Scikit-learn-general] [GSoC] Hamzeh Blog Post 3 - Sparsely Formated Target Data

2014-06-10 Thread Hamzeh Alsalhi
Hi, My third blog post can be found here . thank you Arnaud, Joel, and Oliver for the comments this week on the pull request, I have some revisions to make still to finalize the work and get it ready for sparse One vs. Rest

[Scikit-learn-general] [GSOC] Blog Post 2 - Hamzeh

2014-06-01 Thread Hamzeh Alsalhi
You can find my newest blog post at my blog here: http://hamzehgsoc.blogspot.com/2014/06/adaboost-sparse-input-support.html I think there was a way to do what I wanted to show with the digits and AdaBoost better, it simply did not show as much of a dichotomy as much as I thought it would. Thanks!

Re: [Scikit-learn-general] [GSOC] blogging progress

2014-05-20 Thread Hamzeh Alsalhi
Thank you! I will be happy to keep this mailing list updated with links to blog posts ideally once a week. Best, Hamzeh -- "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium

Re: [Scikit-learn-general] [GSOC] blogging progress

2014-05-20 Thread Hamzeh Alsalhi
Gael I have sent you the RSS link privately, thank you! Hamzeh -- "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled sca

[Scikit-learn-general] GSoC acceptance - Sparse Support

2014-04-22 Thread Hamzeh Alsalhi
Thank you to Gael and Arnaud for the support and criticism on my early proposal. I am a big fan of the high coding and collaboration standards at scikit-learn. I hope to learn something every week and add value to the project. My proposal abstract is on the GSoC website here: http://www.google-mel

[Scikit-learn-general] Build/Install with Cython improvements

2014-03-24 Thread Hamzeh Alsalhi
Hi I have made a small contribution here https://github.com/scikit-learn/scikit-learn/pull/2958 I am now working on prelimenary changes to implement https://github.com/scikit-learn/scikit-learn/issues/655 The changes I am making reside mostly in the Cython .pyx source code for the tree. I need