Skip to content

Commit 679abba

Browse files
author
Daniel
committed
version 2.7 updates
1 parent bf49c80 commit 679abba

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![arXiv](https://img.shields.io/badge/arXiv-2004.14347-b31b1b.svg)](https://arxiv.org/abs/2004.14347)
55

66
# MicroLIA: MicroLensing Identification Algorithm
7-
MicroLIA is an open-source program for detecting microlensing events in wide-field surveys — it’s currently adapted for single lens detection only.
7+
MicroLIA is an open-source program for detecting microlensing events in wide-field surveys. You can use the built-in modules to simulate lightcurves with adaptive cadence (the program only provides PSPL simulations), or you can utilize your own set of lightcurves.
88
<img src="https://user-images.githubusercontent.com/19847448/51231407-4cce2a80-1918-11e9-8c4b-aaafeddbd335.jpg" width="900" height="500">
99

1010
# Installation
@@ -15,17 +15,16 @@ MicroLIA is an open-source program for detecting microlensing events in wide-fie
1515

1616
# Version 2
1717

18-
As of version 2.6.0, MicroLIA provides the following new features and improvements:
18+
As of version 2.7.0, MicroLIA provides the following new features and improvements:
1919

20-
* New time-series features (74 total). To enhance the analysis, we now take the derivative of the lightcurve and re-compute the features in this derivative space, for a grand total of 148 metrics.
20+
* New time-series features (74 total). To enhance the analysis, we now take the derivative of the lightcurve and re-compute the features in derivative space, for a total of 148 statistical metrics.
2121
* Lightcurve features can now be calculated by taking into account the flux/mag errors, thus allowing for proper weighting of data points.
22-
* We include a feature selection procedure so as to identify the metrics that carry useful information given the training set.
23-
* The short-period variables are now simulated using real RR-Lyrae templates.
22+
* We include a feature selection procedure so as to identify the metrics that carry useful information given the training set, and remove features that contain no information for the classification task.
23+
* Short-period variables can now be simulated using real RR-Lyrae templates.
2424
* The training set can now be generated using your own directory of lightcurves, no limit on the amount of classes.
25-
* After a training set is generated a csv file is saved which can be directly input when creating the classifier; in addition, the training set module contains a plot function to visualize the generated lightcurves.
26-
* The ensemble engine hyperparameters can now be optimized using Bayesian analysis.
27-
* We added data imputation techniques to better handle undefined values in the training data.
28-
* We include a CNN model for image classification purposes, including a data augmentation routine and an optimization procedure for identifying the proper augmentations to perform given the training set images.
25+
* After a training set is generated, a csv file is saved which can be directly input when creating the classifier; in addition, the training set module contains a plot function to visualize the simulated lightcurves.
26+
* The machine learning engine hyperparameters can now be optimized using Bayesian analysis.
27+
* We added data imputation techniques to handle undefined values in the training data.
2928
* Built-in class methods are now available to visualize the engine parameters and performance, as well as to save and load models post-processing.
3029

3130

0 commit comments

Comments
 (0)