Metadata-Version: 2.1
Name: openfxy
Version: 0.1.2
Summary: Security-Scenes-Feature-Engineering-Toolkit, Continuous Integration. 
Home-page: https://github.com/404notf0und/FXY
Author: 404 Not Found
Author-email: root@4o4notfound.org
License: MIT License
Description: FXY：\ ***Security-Scenes-Feature-Engineering-Toolkit***
        ========================================================
        
        |image0| |image1| |image2| |image3| |image4|
        
        `中文文档 <https://github.com/404notf0und/FXY/blob/master/CN-README.md>`__
        
        FXY is an open-sourced feature engineering framework for data
        preprocessing, feature engineering, model training and testing in
        multiple security scenes.
        
        Features
        ========
        
        -  Supports the feature engineering of multiple security scenarios
        -  Built-in multiple universal feature engineering methods
        -  Built-in multiple deep learning models
        -  Pipline jobs
        
        Requirements
        ============
        
        -  Python3.7
        -  Pip
        
        Installation
        ============
        
        ::
        
            git clone https://github.com/404notf0und/FXY
            pip install -r requirement.txt
        
        Usage
        =====
        
        ::
        
            from feature_vec.nlp2vec import tfidf,wordindex,word2vec
            nlp=word2vec(one_class=False,tunning=True,punctuation='concise')
            fx1,fy1=nlp.fit_transform(x1,y1)
            fx2=nlp.transform(x2)
        
        Documentation
        =============
        
        -  `Demand and
           Design <https://github.com/404notf0und/FXY/blob/master/docs/%E9%9C%80%E6%B1%82%E5%92%8C%E8%AE%BE%E8%AE%A1.md>`__
        -  `Quick
           Start <https://github.com/404notf0und/FXY/blob/master/FXY.py>`__
        -  `Development <https://github.com/404notf0und/FXY/blob/master/%E8%80%83%E8%99%91%E5%92%8C%E8%A7%A3%E5%86%B3%E7%9A%84%E9%97%AE%E9%A2%98.md>`__
        
        How to Contribute
        =================
        
        1. Check for open issues or open a fresh issue to start a discussion
           around a feature idea or a bug
        2. Email me `root@4o4notfound.org <root@4o4notfound.org>`__
        3. Welcome to submit Feature-Engineering scripts,The method you
           contributed will be made public.
        
        Other
        =====
        
        -  `Issues <https://github.com/404notf0und/FXY/issues/new>`__
        -  `License <https://github.com/404notf0und/FXY/blob/master/LICENSE>`__
        
        Contact
        =======
        
        -  mail：root@4o4notfound.org
        
        .. |image0| image:: https://img.shields.io/badge/python-3.7-red
           :target: https://www.python.org/
        .. |image1| image:: https://img.shields.io/github/license/404notf0und/fxy
           :target: https://github.com/404notf0und/FXY/blob/master/LICENSE
        .. |image2| image:: https://img.shields.io/badge/Support%20Security%20Scenes-7%2B-green
           :target: https://github.com/404notf0und/FXY/tree/master/data
        .. |image3| image:: https://img.shields.io/badge/Feature%20Methods-3%2B-yellow
           :target: https://github.com/404notf0und/FXY/blob/master/feature_vec/nlp2vec.py
        .. |image4| image:: https://img.shields.io/github/stars/404notf0und/FXY
           :target: https://github.com/404notf0und/FXY/stargazers
        
Platform: UNKNOWN
Requires-Python: >=3
Description-Content-Type: text/x-rst
