Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add R extension for accessing GP props #15

Closed
wants to merge 89 commits into from
Closed

Conversation

elijah-tai
Copy link
Contributor

Addresses issue #11

@elijah-tai
Copy link
Contributor Author

elijah-tai commented Feb 14, 2017

Not ready - still have bugs importing GPy modules into R.
Numpy fails to import as well.

Proposing new design (does not use rPython as dep):

  1. Creation of temp files which will have X and single/multiple Y value(s) in specific format to be read by Python script.
  2. Python script reads the temp files, fits GP, and calculate statistics and output them in a new temp file to be read by Xeva.
  3. Xeva prints statistics derived from GPs to user.

@elijah-tai
Copy link
Contributor Author

Rebased, and ready for review.

Some further questions:
- [ ] should we delete temp files after processing?
- [ ] is using the replicate ids the right way to go?

Some TODOs:
- [ ] documentation for dependency management (probably a
requirements.txt and a bash script to install using pip)

Addresses issue #11
@elijah-tai
Copy link
Contributor Author

elijah-tai commented Mar 9, 2017

TODO after meeting with Arvind:

  • modify getGPStatistics to also return the time, prediction and variance of fit control and case replicates
  • store temp files in randomly generate temp folder
  • delete temp files created by both R and python

@spocks spocks closed this Jul 23, 2020
@spocks spocks deleted the wonjunetai-11 branch July 24, 2020 01:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants