Metadata-Version: 2.1
Name: tf1
Version: 1.0.2
Summary: F1-score metric for TensorFlow
Home-page: https://github.com/shkarupa-alex/tf1
Author: Shkarupa Alex
Author-email: shkarupa.alex@gmail.com
License: MIT
Description: # tf1
        
        F1-score metric for binary classification models in TensorFlow
        
        
        ## Usage
        
        ```python
        from tf1 import f1_score
        
        # use as any other metric from tf.metrics.*
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
