# SciPy

SciPy is an open-source Python library providing algorithms and data structures for scientific computing.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## PySurvival: An Open Source Python Package for Survival Analysis Modeling

DevFeed: [PySurvival: An Open Source Python Package for Survival Analysis Modeling](<https://devfeed.tech/articles/introducing-pysurvival-15712.md>)

Original publisher: [Read original article](<https://developer.squareup.com/blog/introducing-pysurvival>)

Author: Stephane Fotso

Published: 2019-04-12T21:06:21Z

Content type: article

Language: en

Sources: [Square Corner Blog](<https://devfeed.tech/sources/square-corner-blog-medium.md>), [Square Corner Blog RSS Feed](<https://devfeed.tech/sources/square-corner-blog-rss-feed.md>)

Topics: [Python](<https://devfeed.tech/topics/python.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [NumPy](<https://devfeed.tech/topics/numpy.md>), [PyTorch](<https://devfeed.tech/topics/pytorch.md>), [SciPy](<https://devfeed.tech/topics/scipy.md>), [Data analysis](<https://devfeed.tech/topics/data-analysis.md>)

Tags: [analysis](<https://devfeed.tech/tags/analysis.md>), [data-analysis](<https://devfeed.tech/tags/data-analysis.md>), [data-science](<https://devfeed.tech/tags/data-science.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [python](<https://devfeed.tech/tags/python.md>), [pytorch](<https://devfeed.tech/tags/pytorch.md>), [validation](<https://devfeed.tech/tags/validation.md>)

### AI overview

The article introduces PySurvival, an open source Python package for survival analysis modeling. It describes supported models, theory summaries, API examples, tutorials, performance metrics, and model loading and saving.

### Source excerpt

PySurvival is an open source python package for Survival Analysis modeling.

## Introducing PySurvival

DevFeed: [Introducing PySurvival](<https://devfeed.tech/articles/introducing-pysurvival-27014.md>)

Original publisher: [Read original article](<https://medium.com/square-corner-blog/introducing-pysurvival-5a274b072381?source=rss----3650599ae4e2---4>)

Author: sfotso

Published: 2019-04-12T21:06:21Z

Content type: article

Language: en

Sources: [Square Corner Blog](<https://devfeed.tech/sources/square-corner-blog-medium.md>)

Topics: [Python](<https://devfeed.tech/topics/python.md>), [Data analysis](<https://devfeed.tech/topics/data-analysis.md>), [NumPy](<https://devfeed.tech/topics/numpy.md>), [PyTorch](<https://devfeed.tech/topics/pytorch.md>), [SciPy](<https://devfeed.tech/topics/scipy.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [article](<https://devfeed.tech/tags/article.md>), [data-analysis](<https://devfeed.tech/tags/data-analysis.md>), [data-science](<https://devfeed.tech/tags/data-science.md>), [deep-learning](<https://devfeed.tech/tags/deep-learning.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [performance-metrics](<https://devfeed.tech/tags/performance-metrics.md>), [python](<https://devfeed.tech/tags/python.md>), [pytorch](<https://devfeed.tech/tags/pytorch.md>), [survival-analysis](<https://devfeed.tech/tags/survival-analysis.md>), [tutorials](<https://devfeed.tech/tags/tutorials.md>)

### AI overview

Square introduces PySurvival, an open source Python package for survival analysis modeling. The article describes its models, theory summaries, API documentation, examples, tutorials, performance metrics, and model loading and saving features.

### Source excerpt

Heads up, we've moved! If you'd like to continue keeping up with the latest technical content from Square please visit us at our new home https://developer.squareup.com/blogPySurvival is an open source python package for Survival Analysis modeling. Today, we're excited to introduce PySurvival, a python package for Survival Analysis modeling. This article is the first installment in a four part series, which will include tutorials designed to demonstrate how to easily make the most of the package. You can also find these tutorials on the official website: Churn modeling Predictive maintenance Credit risk PySurvival LogoWhat is PySurvival ? PySurvival is an open source python package for Survival Analysis modeling -- the modeling concept used to analyze or predict when an event is likely to happen. It is built on top the most commonly used machine learning packages: NumPy, SciPy, and PyTorch. PySurvival provides a very easy way to navigate between theoretical knowledge on Survival Analysis and detailed tutorials on how to conduct a full analysis, as well as build and use a model. The package contains: 10+ models ranging from the Cox Proportional Hazard model and the Neural Multi-Task Logistic Regression, to Random Survival Forest Summaries of the theory behind each model as well as API descriptions and examples Detailed tutorials on how to perform exploratory data analysis, survival modeling, cross-validation and prediction, for churn modeling and credit risk, for example Performance metrics to assess the models' abilities like c-index or brier score Simple ways to load and save models Installation If you have already installed a working version of gcc, the easiest way to install Pysurvival is using pip. pip install pysurvival The complete installation steps can be found here. Introduction to Survival analysisWhat is Survival Analysis ? Survival analysis is used to analyze or predict when an event is likely to happen. It originated in medical research, but its use has

## RealityMining, a Case Study in the Woes of Data Processing

DevFeed: [RealityMining, a Case Study in the Woes of Data Processing](<https://devfeed.tech/articles/realitymining-a-case-study-in-the-woes-of-data-processing-40339.md>)

Original publisher: [Read original article](<https://www.jeremykun.com/2014/01/21/realitymining-a-case-study-in-the-woes-of-data-processing/>)

Published: 2014-01-21T22:11:49Z

Content type: tutorial

Language: en

Sources: [Jeremy Kun](<https://devfeed.tech/sources/jeremy-kun.md>)

Topics: [data-processing](<https://devfeed.tech/topics/data-processing.md>), [Python](<https://devfeed.tech/topics/python.md>), [dataset](<https://devfeed.tech/topics/dataset.md>), [SciPy](<https://devfeed.tech/topics/scipy.md>), [MATLAB](<https://devfeed.tech/topics/matlab.md>), [NumPy](<https://devfeed.tech/topics/numpy.md>)

Tags: [array](<https://devfeed.tech/tags/array.md>), [big-data](<https://devfeed.tech/tags/big-data.md>), [data-analysis](<https://devfeed.tech/tags/data-analysis.md>), [data-mining](<https://devfeed.tech/tags/data-mining.md>), [data-processing](<https://devfeed.tech/tags/data-processing.md>), [dataset](<https://devfeed.tech/tags/dataset.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [library](<https://devfeed.tech/tags/library.md>), [matlab](<https://devfeed.tech/tags/matlab.md>), [python](<https://devfeed.tech/tags/python.md>), [reality-mining](<https://devfeed.tech/tags/reality-mining.md>), [research](<https://devfeed.tech/tags/research.md>), [social-networks](<https://devfeed.tech/tags/social-networks.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>)

### AI overview

A tutorial and critique of accessing the RealityMining smartphone dataset with Python. It explains the dataset's communication, cell-tower, survey, and friendship data; the access process; the proprietary Matlab file format; and difficulties loading and inspecting the data with SciPy and NumPy.

### Source excerpt

This post is intended to be a tutorial on how to access the RealityMining dataset using Python (because who likes Matlab?), and a rant on how annoying the process was to figure out. RealityMining is a dataset of smart-phone data logs from a group of about one hundred MIT students over the course of a year. The data includes communication and cell tower data, the latter being recorded every time a signal changes from one tower to the next.