autoxgb
autoxgb copied to clipboard
How to use pandas dataset instead of saving it and using the csv
Added a couple lines of code that should let you use a pandas dataframe automatically as the input. See my fork here since I don't think Abhishek is accepting PR's;
https://github.com/xhulianoThe1/autoxgb
See examples/binary_class_pandas_version.py for an example. Let me know if that helps.