Metadata-Version: 1.1
Name: Optiation
Version: 0.3.3
Summary: A Python package that used to forecast system deployment to Inter-Credit.
Home-page: https://dataxujing.github.io
Author: DataXujing
Author-email: xujing@inter-credit.net
License: Apache License, Version 2.0
Description-Content-Type: UNKNOWN
Description: optiation
        ==========
        
        .. image:: pic/logo.png   
            :align: right
        
        
        Xujing
        
        Inter Credit Optimal Allocation Prediction (optialtion).
        It is a python package to Inter-credit. Design for an algorithm embedded in an online collection system.
        
        Introduction
        --------------
        
        
        Optiation is a modeling and data processing process module, which includes several methods and methods of model training and evaluation. At present, it is deployed on the joint trust collection system, and is negative to supervise the prediction of learning. The bottom of the model calls some third party modules, including sklearn, xgboost, lightgbm and so on. There are also some numerical libraries, including numpy, pandas and so on. Optiation uses an object-oriented programming idea, and the module has a class pylog that handles logs, which can print the python script log on the command line and save it in the log file. More content, please install the experience.
        
        Methods
        --------------
        
        ::
        
        		data_pro()
        		threshold_bset()
        		predict_clf()
        		gridxgbt()
        		xgbt()
        		predictm()
        		pylog module
        
        
        
        Application
        ---------------
        
        The deployment of optiatin application in the collection system of Inter-Credit group.
        
            
        Supports
        --------------
        
        Tested on Python 2.7, 3.6
        
        * pip install Optiation
        * Download: https://pypi.python.org/pypi/Optiation
        * Documentation: https://github.com/DataXujing/Optiation
        
        You can log in Xujing's home page: https://dataxujing.coding.me or https://dataxujing.github.io to learn more.
        
        
Platform: linux/Windows
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Text Processing
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
