Skip to content

Commit

Permalink
test paper
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyangkang committed Sep 20, 2023
1 parent 3f429bf commit d73fb22
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions paper/md_paper/paper.bib
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ @article{pedregosa_scikit-learn_2011
year = {2011},
file = {Pedregosa et al. - Scikit-learn Machine Learning in Python.pdf:/Users/chenyangkang/Zotero/storage/FSXN8PMH/Pedregosa et al. - Scikit-learn Machine Learning in Python.pdf:application/pdf},
}


4 changes: 2 additions & 2 deletions paper/md_paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ affiliations:
index: 4

date: 20 September 2023
bibliography: paper.bib
bibliography: "paper.bib"

---

# Summary

Stemflow is a user-friendly python package for Adaptive Spatio-Temporal Exploratory Model (AdaSTEM, @Fink:2013) that follows the style of scikit-learn BaseEstimator class [@Pedregosa:2011]. It provides one-line model creation, fitting, prediction, and evaluation. It implements spatio-temporal train-test-split and cross-validation functions. After model training, feature importance could be evaluated with spatio-temporal dynamics. Stemflow also provides functions for visualizing ensembles structured in model training and generating GIF file for predicted results to animate the spatio-temporal movement of animal population.
Stemflow is a user-friendly python package for Adaptive Spatio-Temporal Exploratory Model (AdaSTEM, @fink_adaptive_2013) that follows the style of scikit-learn BaseEstimator class [@pedregosa_scikit-learn_2011]. It provides one-line model creation, fitting, prediction, and evaluation. It implements spatio-temporal train-test-split and cross-validation functions. After model training, feature importance could be evaluated with spatio-temporal dynamics. Stemflow also provides functions for visualizing ensembles structured in model training and generating GIF file for predicted results to animate the spatio-temporal movement of animal population.

# Statement of need

Expand Down
Binary file modified paper/md_paper/stemflow_mini_test/data_plot.pdf
Binary file not shown.
Binary file added paper/md_paper/test.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion stemflow/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.25'
__version__ = '0.0.26'

0 comments on commit d73fb22

Please sign in to comment.