File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed
Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 11# quantQ
2+
23The repository for the Machine Learning and Big Data with kdb+/q book by Novotny et al.
34
4- Order the book at https://www.wiley.com/en-us/Machine+Learning+and+Big+Data+with+KDB%2B+Q-p-9781119404750.
5+ Order the book at https://www.wiley.com/en-us/Machine+Learning+and+Big+Data+with+KDB%2B+Q-p-9781119404750 .
6+
7+ ## Getting Started
8+
9+ ```
10+ $ cd quantQ/lib
11+ $ q quantQ.q -p 5000
12+ ```
Original file line number Diff line number Diff line change 1+ // entry point: load all code
2+ // > cd quantQ/lib
3+ // > q quantQ.q
4+
5+ {system "l " , string x}each {x where x like "quantQ_*.q" }key `:. ;
6+
7+ -1 "" ;
8+ -1 "Welcome to quantQ" ;
9+ -1 " ____ \\ \\ " ;
10+ -1 " / ___| \\ \\ " ;
11+ -1 " | |_| | ) ) " ;
12+ -1 " \\ __ | / / " ;
13+ -1 " |_|/ / " ;
14+ -1 "" ;
15+ -1 "For available sub-namespaces, type key`.quantQ:" ;
16+ key `.quantQ
17+ -1 "" ;
18+ -1 "For functions in a namespace, type .e.g key`.quantQ.rf" ;
19+ -1 "" ;
20+
You can’t perform that action at this time.
0 commit comments