Metadata-Version: 1.0
Name: spiralOrganiser
Version: 0.1dev
Summary: UNKNOWN
Home-page: UNKNOWN
Author: UNKNOWN
Author-email: UNKNOWN
License: GNU GPL v3
Description: # Spiral Organiser
        
        Spiral Organiser enables standard Linear SVMs to classify scattered data with ease.
        It organises your data such that its easier for SVMs to generate models.
        
        ## Getting Started
        
        Import spiralOrg into your python script as
        ```
        import spiralOrg as spiral
        ```
        
        ### Prerequisites
        
        From the spiralOrg.py
        
        ```
        import pandas as pd
        import numpy as np
        ```
        That's all you really need to use spiral organiser.
        
        ## Versioning
        
        For the versions available, see the [tags on this repository](https://github.com/your/project/tags). 
        
        ## Authors
        
        See the list of [contributors](https://github.com/your/project/contributors) who participated in this project.
        
        ## License
        
        This project is licensed under the GPL V3 - see the [LICENSE.md](LICENSE.md) file for details
        
        
        
Platform: UNKNOWN
