Skip to content

Khawpuneiei/AUTOMATIC_DATA-SCIENCE-PIPELINE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AUTOMATIC DATA SCIENCE PIPELINE

Project description

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 "

Feature

  • mini database that can config your data
  • basic graph plotting
  • AI that can predict number or class(max 2 class)

How to run the code

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages