Skip to content

Repository for the second project in CAP6610 Spring 2018.

Notifications You must be signed in to change notification settings

mdcarr941/CAP6610Project2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dependencies

The code in this project is written for Python 2.7. The following libraries are required: sklearn, numpy, and GPy. All of these are available in the PyPI and so can be installed easily via pip using:

    pip install numpy
    pip install sklearn
    pip install GPy

Usage

Simply run

    import group12_code

to import all the code for the project. The calling conventions of each function are documented in the functions themselves and are available from the interpreter by calling

    help(group12_code.<function name>)

It is expected that the Parameters argument to MyCrossValidate and to TrainMyClassifier will contain the key 'algorithm' which can point to the values 'RVM', 'SVM' or 'GPR'. This value determines which classification algorithm will be run

About

Repository for the second project in CAP6610 Spring 2018.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages