Trusted-AI / AIF360

A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and algorithms to mitigate bias in datasets and models.
https://aif360.res.ibm.com/
Apache License 2.0
2.46k stars 840 forks source link

Update R package dependencies #261

Closed SSaishruthi closed 3 years ago

SSaishruthi commented 3 years ago

This issue is to track R package dependencies and update to make sure it has recent updates from python.

jfparie commented 3 years ago

I am experiencing trouble with the read.xport() function from the SASxport library.

RStudio tells me: Error in read.xport(ssp_file) : could not find function "read.xport"

This happens while running the convert function in generate_data.R file to convert h181.ssp to h181.csv in the Medical Expenditure Tutorial. Any suggestions how to fix this?

jfparie commented 3 years ago

Never mind – Loading the library manually: library("SASxport") solved the issue.

SSaishruthi commented 3 years ago

Thanks and closing this issue