Home
Attention
Note that although Redshift-Estimator (X-Ray) current documentation is fairly substantive, we are still working on some parts of the documentation. If you run into issues while trying to use Redshift-Estimator (X-Ray), please contact us! We will be more than happy to help you!
Redshift-Estimator (X-ray) is a reliable ensemble machine learning (ML) framework developed to estimate the redshift of X-ray gamma-ray bursts (GRBs) based on the GRB features. We have used all the GRB light-curve (LC) phases in this framework, prompt, X-ray plateau, and X-ray afterglow, as features to train and test the models. This ML framework is developed to predict the redshift of a GRB as soon as a new GRB is detected, which will help other facilities to have quick and more precise follow-up observations. In this ML framework, we have also incorporated ML techniques like outlier removal (removing bad data points), feature selection (to select the best features for redshift regression and to reduce the dimensionality), imputing missing data (to increase the sample size) improve the performance of the ML model. Our ML model is more reliable because we use an ensemble model (combining many ML algorithms in a single framework using SuperLearner) rather than traditional methods that use a single ML algorithm. This further increases the prediction accuracy.
First Steps with Redshift-Estimator (X-Ray)
For a quick blog-esque introduction to the most important features of Redshift-Estimator(X-Ray), please check out About.
Tip
For a deep-dive, Please refer to Narendra et al. 2025.
Follow the installation instructions and quick-start guide in Getting Started.
Review the Usage page to dive into the details about the various user-facing functions that our webapp provides and how to use them in a GUI environment.