Team-fastML / fastML

A Python package built on sklearn for running a series of classification Algorithms in a faster and easier way.
https://pypi.org/project/fastML/
MIT License
50 stars 23 forks source link

added neuralnet classifier #20

Closed willakuffo closed 4 years ago

willakuffo commented 4 years ago

image

-created function to normalize features and categorically encode a labels as required by a neural net -added kwags to fastML to specify options for neural net (special classifier)