You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**MIDASpy** is a Python package for multiply imputing missing data using
@@ -36,46 +47,53 @@ and estimating regression models on these datasets.
36
47
For an implementation in R, see our **rMIDAS** repository
37
48
[here](https://github.com/MIDASverse/rMIDAS).
38
49
39
-
## Background and suggested citation
50
+
## Background and suggested citations
40
51
41
52
For more information on MIDAS, the method underlying the software, see:
42
53
43
-
Lall, Ranjit, and Thomas Robinson. 2022. "The MIDAS Touch: Accurate and Scalable Missing-Data Imputation with Deep Learning." _Political Analysis_ 30, no. 2: 179-196. https://doi.org/10.1017/pan.2020.49.
54
+
Lall, Ranjit, and Thomas Robinson. 2022. "The MIDAS Touch: Accurate and Scalable Missing-Data Imputation with Deep Learning." _Political Analysis_ 30, no. 2: 179-196. [Published version](https://ranjitlall.github.io/assets/pdf/Lall%20and%20Robinson%202022%20PA.pdf). [Accepted version](http://eprints.lse.ac.uk/108170/1/Lall_Robinson_PA_Forthcoming.pdf).
44
55
45
-
An ungated version of the paper is available [here](http://eprints.lse.ac.uk/108170/1/Lall_Robinson_PA_Forthcoming.pdf).
56
+
Lall, Ranjit, and Thomas Robinson. 2023. "Efficient Multiple Imputation for Diverse Data in Python and R: MIDASpy and rMIDAS." _Journal of Statistical Software_. [Accepted version](https://ranjitlall.github.io/assets/pdf/jss4379.pdf) (in press).
46
57
47
58
## Installation
48
59
49
60
To install via pip, enter the following command into the terminal:
50
61
`pip install MIDASpy`
51
62
52
63
The latest development version (potentially unstable) can be installed
Interested in contributing to **MIDASpy**? We are looking to hire a research assistant to work part-time (flexibly) to help us build out new features and integrate our software with existing machine learning pipelines. You would be paid the standard research assistant rate at the London School of Economics. To apply, please send your CV (or a summary of relevant skills/experience) to [email protected].
87
+
Interested in contributing to **MIDASpy**? We are looking to hire a research assistant to work part-time (flexibly) to help us build out new features and integrate our software with existing machine learning pipelines. You would be paid the standard research assistant rate at the University of Oxford. To apply, please send your CV (or a summary of relevant skills/experience) to [email protected].
88
+
89
+
## Version 1.2.4 (August 2023)
90
+
91
+
*v1.2.4*
92
+
- Adds support for Python 3.9 and 3.10
93
+
- Addresses deprecation warnings and other minor bug fixes
94
+
- Resolves dependency issues and includes an updated `setup.py` file
95
+
- Adds GitHub Actions workflows that trigger automatic tests on the latest Ubuntu, macOS, and Windows for Python versions 3.7 to 3.10 each time a push or pull request is made to the main branch
96
+
- An additional Jupyter Notebook example that demonstrates the core functionalities of **MIDASpy**
0 commit comments