Skip to content

Commit

Permalink
Restructured directories. Removed most extraneous files
Browse files Browse the repository at this point in the history
  • Loading branch information
briandesilva committed Oct 24, 2019
1 parent 64d415f commit 689d843
Show file tree
Hide file tree
Showing 54 changed files with 54 additions and 6,032 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ docs/_build
.ipynb_checkpoints
*/.ipynb_checkpoints/*
.DS_Store
.vscode
.vscode

*.pyc
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 Markus Quade
Copyright (c) 2019 Markus Quade

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 0 additions & 5 deletions MANIFEST.in

This file was deleted.

44 changes: 3 additions & 41 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,58 +1,20 @@
sparsereg
sindy
=========

|travis| |pypi| |codecov| |zenodo|

**sparsereg** is a collection of modern sparse (regularized) regression
algorithms.
**sindy** is a sparse regression package with several implementations for Sparse Identification of Nonlinear Dynamical systems (SINDy).

Installation
------------

``pip install sparsereg``

Citation
--------

If you use sparsereg please consider a citation:

::
``pip install sindy``

@misc{markus_quade_sparsereg,
author = {Markus Quade},
title = {sparsereg - collection of modern sparse regression algorithms},
month = feb,
year = 2018,
doi = {10.5281/zenodo.1173754},
url = {https://github.com/ohjeah/sparsereg}
}

Implemented algorithms
----------------------

- Mcconaghy, T. (2011). FFX: Fast, Scalable, Deterministic Symbolic
Regression Technology. Genetic Programming Theory and Practice IX,
235-260. `DOI:
10.1007/978-1-4614-1770-5_13 <http://dx.doi.org/10.1007/978-1-4614-1770-5_13>`__
- Brunton, Steven L., Joshua L. Proctor, and J. Nathan Kutz.
“Discovering governing equations from data by sparse identification
of nonlinear dynamical systems.” Proceedings of the National Academy
of Sciences 113.15 (2016): 3932-3937. `DOI:
10.1073/pnas.1517384113 <http://dx.doi.org/10.1073/pnas.1517384113>`__
- Bouchard, Kristofer E. “Bootstrapped Adaptive Threshold Selection for
Statistical Model Selection and Estimation.” arXiv preprint
arXiv:1505.03511 (2015).
- Ignacio Arnaldo, Una-May O’Reilly, and Kalyan Veeramachaneni.
“Building Predictive Models via Feature Synthesis.” In Proceedings of
the 2015 Annual Conference on Genetic and Evolutionary Computation
(GECCO ’15), Sara Silva (Ed.). ACM, New York, NY, USA, 983-990. `DOI:
10.1145/2739480.2754693 <http://dx.doi.org/10.1145/2739480.2754693>`__

.. |travis| image:: https://travis-ci.org/Ohjeah/sparsereg.svg?branch=master
:target: https://travis-ci.org/Ohjeah/sparsereg
.. |pypi| image:: https://badge.fury.io/py/sparsereg.svg
:target: https://badge.fury.io/py/sparsereg
.. |codecov| image:: https://codecov.io/gh/Ohjeah/sparsereg/branch/master/graph/badge.svg
:target: https://codecov.io/gh/Ohjeah/sparsereg
.. |zenodo| image:: https://zenodo.org/badge/80389199.svg
:target: https://zenodo.org/badge/latestdoi/80389199
51 changes: 0 additions & 51 deletions docs/conf.py

This file was deleted.

20 changes: 0 additions & 20 deletions docs/index.rst

This file was deleted.

20 changes: 0 additions & 20 deletions docs/templates/hacks.html

This file was deleted.

6 changes: 0 additions & 6 deletions docs/templates/sidebarintro.html

This file was deleted.

106 changes: 0 additions & 106 deletions example/abrupt-sindy/.gitignore

This file was deleted.

5 changes: 0 additions & 5 deletions example/abrupt-sindy/README.md

This file was deleted.

281 changes: 0 additions & 281 deletions example/abrupt-sindy/code/Lorenz.ipynb

This file was deleted.

443 changes: 0 additions & 443 deletions example/abrupt-sindy/code/Noise_Sampling_Rate.ipynb

This file was deleted.

237 changes: 0 additions & 237 deletions example/abrupt-sindy/code/VanderPol.ipynb

This file was deleted.

Loading

0 comments on commit 689d843

Please sign in to comment.