--- license: cc-by-4.0 pretty_name: "Pantheon+ Type Ia Supernovae" language: - en description: "Gold standard cosmological dataset: 1,701 spectroscopically confirmed Type Ia supernovae from Pantheon+ used to measure H0 and dark energy." task_categories: - tabular-regression tags: - space - supernova - cosmology - hubble-constant - dark-energy - pantheon - open-data size_categories: - 1K 0] plt.errorbar(valid["redshift_cmb"], valid["distance_modulus"], yerr=valid["distance_modulus_err"], fmt=".", ms=2, alpha=0.5, elinewidth=0.5) plt.xscale("log") plt.xlabel("Redshift (CMB frame)") plt.ylabel("Distance modulus (mag)") plt.title("Pantheon+ Hubble Diagram") plt.show() # Color-stretch distribution plt.scatter(df["stretch_x1"], df["color_c"], s=2, alpha=0.3) plt.xlabel("Stretch x1") plt.ylabel("Color c") plt.title("SALT2 Parameter Distribution") plt.show() # Redshift distribution df["redshift_cmb"].hist(bins=50) plt.xlabel("Redshift") plt.ylabel("Count") plt.title("Pantheon+ Redshift Distribution") plt.show() ``` ## Data source Scolnic, D., et al. (2022), *The Pantheon+ Analysis: The Full Dataset and Light-curve Release.* Astrophysical Journal, 938, 113. Brout, D., et al. (2022), *The Pantheon+ Analysis: Cosmological Constraints.* Astrophysical Journal, 938, 110. Data release: [PantheonPlusSH0ES/DataRelease](https://github.com/PantheonPlusSH0ES/DataRelease) ## Pipeline Source code: [juliensimon/space-datasets](https://github.com/juliensimon/space-datasets) ## Citation ```bibtex @dataset{pantheon_plus_sne, author = {Simon, Julien}, title = {Pantheon+ Type Ia Supernovae}, year = {2026}, publisher = {Hugging Face}, url = {https://huggingface.co/datasets/juliensimon/pantheon-plus-sne-ia}, note = {Based on Scolnic et al. (2022) and Brout et al. (2022) Pantheon+ data release} } ``` ## License [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/)