@@ -56,11 +56,12 @@ Python debugger (pdb) - [blog post](https://www.blog.pythonlibrary.org/2018/10/1
56
56
[ petastorm] ( https://github.com/uber/petastorm ) - Data access library for parquet files by Uber.
57
57
[ zappy] ( https://github.com/lasersonlab/zappy ) - Distributed numpy arrays.
58
58
59
- ##### Command line tools
59
+ ##### Command line tools, CSV
60
60
[ ni] ( https://github.com/spencertipping/ni ) - Command line tool for big data.
61
61
[ xsv] ( https://github.com/BurntSushi/xsv ) - Command line tool for indexing, slicing, analyzing, splitting and joining CSV files.
62
62
[ csvkit] ( https://csvkit.readthedocs.io/en/1.0.3/ ) - Another command line tool for CSV files.
63
63
[ csvsort] ( https://pypi.org/project/csvsort/ ) - Sort large csv files.
64
+ [ tsv-utils] ( https://github.com/eBay/tsv-utils ) - Tools for working with CSV files by ebay.
64
65
65
66
#### Classical Statistics
66
67
[ researchpy] ( https://github.com/researchpy/researchpy ) - Helpful ` summary_cont() ` function for summary statistics (Table 1).
@@ -394,6 +395,7 @@ Turn time series into images and use Neural Nets: [example](https://gist.github.
394
395
[ pyfolio] ( https://github.com/quantopian/pyfolio ) - Portfolio and risk analytics.
395
396
[ zipline] ( https://github.com/quantopian/zipline ) - Algorithmic trading.
396
397
[ alphalens] ( https://github.com/quantopian/alphalens ) - Performance analysis of predictive stock factors.
398
+ [ stockstats] ( https://github.com/jealous/stockstats ) - Pandas DataFrame wrapper for working with stock data.
397
399
398
400
#### Survival Analysis
399
401
[ Time-dependent Cox Model in R] ( https://stats.stackexchange.com/questions/101353/cox-regression-with-time-varying-covariates ) .
@@ -533,8 +535,9 @@ AlphaZero methodology - [1](https://github.com/AppliedDataSciencePartners/DeepRe
533
535
[ mlflow] ( https://mlflow.org/ ) - Manage the machine learning lifecycle, including experimentation, reproducibility and deployment.
534
536
[ modelchimp] ( https://github.com/ModelChimp/modelchimp ) - Experiment Tracking.
535
537
[ skll] ( https://github.com/EducationalTestingService/skll ) - Command-line utilities to make it easier to run machine learning experiments.
536
- [ BentoML] ( https://github.com/bentoml/BentoML ) - Package and deploy machine learning models for serving in production
538
+ [ BentoML] ( https://github.com/bentoml/BentoML ) - Package and deploy machine learning models for serving in production.
537
539
[ dvc] ( https://github.com/iterative/dvc ) - Versioning for ML projects.
540
+ [ dagster] ( https://github.com/dagster-io/dagster ) - Tool with focus on dependency graphs.
538
541
539
542
#### Math and Background
540
543
Gilbert Strang - [ Linear Algebra] ( https://ocw.mit.edu/courses/mathematics/18-06-linear-algebra-spring-2010/index.htm )
0 commit comments