Metadata-Version: 2.1
Name: openfxy
Version: 0.1.4
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
Platform: UNKNOWN
Requires-Python: >=3
Description-Content-Type: text/x-rst
Requires-Dist: numpy (==1.19.0)
Requires-Dist: pandas (==0.23.4)
Requires-Dist: scikit-learn (==0.23.1)
Requires-Dist: keras (==2.3.1)
Requires-Dist: keras-applications (==1.0.8)
Requires-Dist: keras-preprocessing (==1.1.0)
Requires-Dist: tensorflow (==2.0.0)
Requires-Dist: tensorflow-estimator (==2.0.0)
Requires-Dist: nltk (==3.5)
Requires-Dist: gensim (==3.8.1)
Requires-Dist: requests (==2.22.0)
Requires-Dist: scipy (==1.4.1)

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 requirements.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/docs/%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>`__
-  `Report <https://github.com/404notf0und/FXY/blob/master/docs/%E6%88%91%E5%AF%B9%E5%AE%89%E5%85%A8%E4%B8%8ENLP%E7%9A%84%E6%80%9D%E8%80%83%E5%92%8C%E5%AE%9E%E8%B7%B5.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


