Skip to content

innerNULL/quickmlp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick MLP

This is my personal side project. The idea is how about having a lib which can help you quickly leverage or analysis tabular feature with simple neural network model: MLP.

Install

python -m pip install http+git@github.com:innerNULL/nnfeakit.git

Build Python Environment

python -m venv ./_venv --copies
source ./_venv/bin/activate
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
# deactivate

Test

python -m pip install -r requirements-test.txt
python -m pytest ./tests/ --cov=./src/quickmlp --durations=0 -v

About

Quickly train MLP on any tabular data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages