Conny Gu

Conny Gu

credit flawed detection kaggle dataset

base line: use all the attributes, tree algorithm, cross-validation parameter 3:    true 0 true 1 class precision pred. 0 284253 132 99.95% pred. 1 62 360 85.31% class recall 99.98% 73.17%   PerformanceVector: accuracy: 99.93% +/- 0.01% (mikro: 99.93%)…

pycharm for django and sass

For django: professional version. create a new django project: just create a new one import a django project: import the project activate django support For Sass: make sure, the sass support is activate: File -> Setting -> Plugin install…

Decode a famous website

Many news medien encode their paid text, but some of them has very simple encode mechanism. 😀 I wrote the following code to decode a famous webseite.  Just copy following codes in the console, then, you will see the text.…

vitualbox share folder

device sharefolder -> set your folder path in windows and set folder name ubuntu terminal: sudo mount -t vboxsf FOLDERNAME /PATH/OF/FOLDER For example:  Windows: share folder: name: share, path: c:??? Ubuntu: sudo mount -t vbox share home/ying/share   enable clipboard…

virtualbox unbuntu install softwares

install java sudo apt-add-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install oracle-java8-installer install open-terminal-here $ sudo apt-get update && sudo apt-get upgrade $ sudo apt-get install nautilus $ sudo apt-get install nautilus-actions $ nautilus-actions-config-tool * activate the command for the…

virtual box static ip setting

set nat set host-only adapter (please create a network in the general setting, so that you can choose one of them in your host-only setting) start ubuntu go to system-network -> host-only network set your static ip, netmask, (no gateway!!!)…