This project will provide you an easy automate data science pipeline for you.
Just need only dataset csv file and a few question Boom!!!
" A SMooooooooTH automate data science pipeline for you "
- mini database that can config your data
- basic graph plotting
- AI that can predict number or class(max 2 class)
git clone https://github.com/Khawpuneiei/AUTOMATIC_DATA-SCIENCE-PIPELINE.git
cd [folder path]
example
cd C:\Users\sirab\Downloads\123123123\AUTOMATIC_DATA-SCIENCE-PIPELINE-main
compiles a C++ application (pipeline.exe)
g++ -I. -I[directory containing Python headers] -I[directory containing NumPy headers] -L[directory containing Python library] -o pipeline.exe main.cpp DataBase.cpp Plot.cpp -lpython312
example
g++ -I. -I"C:\Users\sirab\AppData\Local\Programs\Python\Python312\include" -I"C:\Users\sirab\AppData\Local\Programs\Python\Python312\Lib\site-packages\numpy\core\include" -L"C:\Users\sirab\AppData\Local\Programs\Python\Python312\libs" -o pipeline.exe main.cpp DataBase.cpp Plot.cpp -lpython312
Run the program
pipeline.exe
This project is a part of CPE112 (Data Structure and Algorithms) at KMUTT