
All articles/Topic
Software Engineering
Introducing XGBoost.Net - .Net wrappers for the awesome XGBoost library
Introducing XGBoost.Net - .Net wrappers for the awesome XGBoost library XGBoost is a big part of our Machine Learning and Predictive Analytics toolkit here at PicNet. We use it almost heavily for our proof of concept…
How to build XGBoost on Windows - Now with GPU support
This is how I managed to build XGBoost on my environment: Install CMake CMake can be downloaded from here: https://cmake.org/download/ I downloaded the 64 bit zip file:…
Download XGBoost Windows x64 Binaries and Executables
[Edit]: It appears the XGBoost team has fixed pip builds on Windows. There are also nightly artifacts generated. As such, I hereby turn off my nightly builds. [Edit]: These builds (since 19th of Dec 2016) now have GPU…
Angular2 (NG2) Focus Directive
Requesting focus on an input field is surprisingly hard in angular2. Especially when the input field is inside a dialog or an *ngIf that is not initially visible. After much trial and error this is the solution I came…
Angular 2 and Internet Explorer 9 (IE9)
Getting Angular2 and IE9 working together is not very straight forward, since the move to release candidates some of the Shim libraries have been changed and others removed from the NG2 packages making things confusing.…
Upgrading to Angular 2 - Reactive Forms (RC3 New Forms)
Upgrading to new the new form engine in Angular 2 (RC3) is fairly straight forward and not nearly as dawnting as some of the router changes in the past. So here is my quick and dirty how to which worked on my projects…