autoxgb icon indicating copy to clipboard operation
autoxgb copied to clipboard

How to use pandas dataset instead of saving it and using the csv

Open curiousHG opened this issue 2 years ago • 1 comments

curiousHG avatar Jun 28 '22 08:06 curiousHG

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.

xhulianoThe1 avatar Oct 10 '22 22:10 xhulianoThe1