sudo -u postgres psql -> postgres=#
CREATE DATABASE test_database;
CREATE USER test_user WITH password 'qwerty';
GRANT ALL privileges ON DATABASE test_database TO test_user;
| /** | |
| * Like, basically PERFECT scrollbars | |
| */ | |
| /* | |
| It's pure CSS. | |
| Since a quick google search will confirm people going crazy about Mac OS Lion scrollbars... | |
| this has no fade-out effect. | |
| In Mac OS Lion, the lowest common denominator is always showing scrollbars by a setting. |
Movies Recommendation:
Music Recommendation:
| # Requires pydub (with ffmpeg) and Pillow | |
| # | |
| # Usage: python waveform.py <audio_file> | |
| import sys | |
| from pydub import AudioSegment | |
| from PIL import Image, ImageDraw | |
| Problem File Name | Relation Name | nRows | TestMethod | nTrain | nTest | nVars | nTargets | |
|---|---|---|---|---|---|---|---|---|
| abalone/abalone.arff | abalone | 4177 | test-set cross-validation | 4077 | 100 | 8 | 3 | |
| acute-inflammation/acute-inflammation.arff | acute-inflammation | 120 | leave-one-out cross-validation | 119 | 100 | 6 | 2 | |
| acute-nephritis/acute-nephritis.arff | acute-nephritis | 120 | leave-one-out cross-validation | 119 | 100 | 6 | 2 | |
| adult/adult_train.arff | adult | 32561 | test-set cross-validation | 32461 | 100 | 14 | 2 | |
| annealing/annealing_train.arff | annealing | 798 | test-set cross-validation | 698 | 100 | 31 | 5 | |
| arrhythmia/arrhythmia.arff | arrhythmia | 452 | leave-one-out cross-validation | 451 | 100 | 262 | 13 | |
| audiology-std/con_patrons_repetidos/audiology-std_train.arff | audiology-std | 194 | leave-one-out cross-validation | 193 | 100 | 59 | 18 | |
| audiology-std/audiology-std_train.arff | audiology-std | 171 | leave-one-out cross-validation | 170 | 100 | 59 | 18 | |
| balance-scale/balance-scale.arff | balance-scale | 625 | test-set cross-validation | 525 | 100 | 4 | 3 |