Skip to content

A Python package built on sklearn for running a series of classification Algorithms in a faster and easier way.

License

Notifications You must be signed in to change notification settings

markowusu/fastML

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastML

A Python package built on sklearn for running a series of classification Algorithms on a given data in a faster and easier way.

Getting started

fork and clone this repo on your local machine and set-up your virtualenv by running the command

pip install requirements.txt

Installing the package

to install the package, navigate to the file directory and run:

pip install .

Usage

Assign the variables X and Y to the desired columns and assign the variable size to the desired test_size.

Note: Encoding has to be done on your own.

Check test.py to see the use case.

from fastML import fastML

fastML(X, Y, size)

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

A Python package built on sklearn for running a series of classification Algorithms in a faster and easier way.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%