Metadata-Version: 2.1
Name: drsa
Version: 0.0.1
Summary: A PyTorch implementation of an adapted Deep Recurrent Survival Analysis model.
Home-page: https://github.com/collinprather/drsa/tree/master/
Author: Collin Prather
Author-email: collin.prather742@gmail.com
License: Apache Software License 2.0
Description: # Deep Recurrent Survival Analysis in PyTorch
        > This project features a PyTorch implementation of the <a href='https://arxiv.org/pdf/1809.02403.pdf'>Deep Recurrent Survival Analysis</a> model that is intended for use on uncensored sequential data in which the event is known to occur at the last time step for each observation
        
        
        ## Install
        
        ## How to use
        
Keywords: pytorch deep learning survival analysis
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
