mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-01 15:52:39 +02:00
Added missing files.
This commit is contained in:
parent
c800e0687f
commit
0509b6f9d0
6 changed files with 297 additions and 160 deletions
10
GPy/coding_style_guide.txt
Normal file
10
GPy/coding_style_guide.txt
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
In this text document we will describe coding conventions to be used in GPy to keep things consistent.
|
||||
|
||||
All arrays containing data are two dimensional. The first dimension is the number of data, the second dimension is number of features. This keeps things consistent with the idea of a design matrix.
|
||||
|
||||
Input matrices are either X or t, output matrices are Y.
|
||||
|
||||
Input dimensionality is input_dim, output dimensionality is output_dim, number of data is num_data.
|
||||
|
||||
Data sets are preprocessed in the datasets.py file. This file also records where the data set was obtained from in the dictionary stored in the file. Long term we should move this dictionary to sqlite or similar.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue