MilesCranmer commited on
Commit
367ba80
1 Parent(s): 0805909

Create CITATION.cff

Browse files
Files changed (2) hide show
  1. CITATION.cff +11 -0
  2. CITATION.md +0 -27
CITATION.cff ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ cff-version: 1.2.0
2
+ message: "If you use this software, please cite it using as below."
3
+ authors:
4
+ - family-names: "Cranmer"
5
+ given-names: "Miles"
6
+ orcid: "https://orcid.org/0000-0002-6458-3423"
7
+ title: "Interpretable Machine Learning for Science with PySR & SymbolicRegression.jl"
8
+ version: 1.0.0
9
+ date-released: 2023-05-02
10
+ doi: 10.48550/arXiv.2305.01582
11
+ url: "https://github.com/MilesCranmer/pysr_paper"
CITATION.md DELETED
@@ -1,27 +0,0 @@
1
- # Citing
2
-
3
- This software:
4
- ```
5
- @software{pysr,
6
- author = {Miles Cranmer},
7
- title = {PySR: Fast \& Parallelized Symbolic Regression in Python/Julia},
8
- month = sep,
9
- year = 2020,
10
- publisher = {Zenodo},
11
- doi = {10.5281/zenodo.4041459},
12
- url = {http://doi.org/10.5281/zenodo.4041459}
13
- }
14
- ```
15
-
16
- Metric used for scoring equations:
17
- ```
18
- @article{cranmer2020discovering,
19
- title={Discovering Symbolic Models from Deep Learning with Inductive Biases},
20
- author={Miles Cranmer and Alvaro Sanchez-Gonzalez and Peter Battaglia and Rui Xu and Kyle Cranmer and David Spergel and Shirley Ho},
21
- journal={NeurIPS 2020},
22
- year={2020},
23
- eprint={2006.11287},
24
- archivePrefix={arXiv},
25
- primaryClass={cs.LG}
26
- }
27
- ```