Open yashmaurya01 opened 1 year ago
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
Can someone help me out with the workflow approvals for this PR? It's a simple attribute error I noticed while following the TenSEAL tutorial.
… Encrypted Data.ipynb
Fixed axis attribute error in data.drop() from 'columns' to axis=1
Description
Prior error:
Fix:
data = data.drop("TenYearCHD", 'columns')
--->data = data.drop("TenYearCHD", axis=1)
How has this been tested?
Checklist