-
Notifications
You must be signed in to change notification settings - Fork 839
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
Adding AIF360-R components #168
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would also like to add these tests to .travis.yml. Ideally, this would run on a separate virtual machine from the python tests so they can be done in parallel (see here and here). Could you add this so we can see the R tests running on Travis? If parallel is too complicated, running them sequentially is fine for now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great. I have left some comments for your consideration.
Updating README to refer to R documentation for R users
Update test file
@hoffmansc Updating Travis test. |
Update Travis
@hoffmansc |
Add hidden files & cran-comment.md. Fix typos and add urls to DESCRIPTION
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. @nrkarthikeyan anything to add before we merge?
@hoffmansc Are we good to go here? |
@SSaishruthi I actually just realized -- didn't we want the R files to be in |
@hoffmansc @nrkarthikeyan Thank you for reviewing. @hoffmansc We discussed this in one of our calls. As far as I remember, we want R components to be in the same level as Sklearn components. |
* Adding AIF360 R components * Updating README to refer to R documentation for R users * adding updated test * adding updated test * update readme * update readme * update readme * update readme * update tf * update pandas * update pandas * update readme example * add travis * add travis * update travis * update travis * update travis * update travis * update travis * update travis * update travis * update travis * update travis * update travis * add python * update python * update python * update python * update python * update python virtual env tool * remove virtual env * update test file * update test file * update test * add folder change * change folder path * change folder path * change folder path * change folder path * change folder path * change folder path * change folder path * merge * merge * Add gitignore * Add .Rbuildignore * Add cran-comments.md * Add GH repo url and issues url to DESCRIPTION * oops - Rename .gitgnore * Update .Rbuildignore * Typos Co-authored-by: srnghn <srnghn@users.noreply.github.com> Co-authored-by: Gabriela de Queiroz <gabidequeiroz@gmail.com>
Hello,
This PR contains scripts that act as a wrapper for AIF360 to be used in the R language.
@hoffmansc @gdequeiroz @srnghn