Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
biosustain
/
growthcurves
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
8
Code
Issues
9
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Fix fitting (for logistic regression)
- #74
#74
Draft
enryH
wants to merge 36 commits into
main
biosustain/growthcurves:main
from
fix_fitting
biosustain/growthcurves:fix_fitting
Copy head branch name to clipboard
Conversation
Commits
36
(36)
Checks
Files changed
Draft
Fix fitting (for logistic regression)
#74
enryH
wants to merge 36 commits into
main
biosustain/growthcurves:main
from
fix_fitting
biosustain/growthcurves:fix_fitting
Copy head branch name to clipboard
Commits
Commits on Jul 1, 2026
:memo: update docstrings of models and developing docs
Show description for 2146bee
enryH
committed
2146bee
View commit details
Copy full SHA for 2146bee
Browse repository at this point
:memo: update equation and docstrings, leave hints
Show description for 5058a66
enryH
committed
5058a66
View commit details
Copy full SHA for 5058a66
Browse repository at this point
:art: group helper functions for mechanistic and phenomological models separately
enryH
committed
182f97a
View commit details
Copy full SHA for 182f97a
Browse repository at this point
:construction: change fitting and adapt inference to new fitting (plus add example to docs)
enryH
committed
85b9e07
View commit details
Copy full SHA for 85b9e07
Browse repository at this point
:truck: prepare to move fitting function to own subpackage
Show description for d5da0cc
enryH
committed
d5da0cc
View commit details
Copy full SHA for d5da0cc
Browse repository at this point
Commits on Jul 2, 2026
:bug: add missing import (forgot to commit)
enryH
committed
53dd5f5
View commit details
Copy full SHA for 53dd5f5
Browse repository at this point
:art: change toc (adapt headings)
enryH
committed
53d679b
View commit details
Copy full SHA for 53d679b
Browse repository at this point
:bug: fix fitting phenomological models
Show description for 53b5270
enryH
committed
53b5270
View commit details
Copy full SHA for 53b5270
Browse repository at this point
🚧 test sympy and create more plots
enryH
committed
f86625d
View commit details
Copy full SHA for f86625d
Browse repository at this point
:art: remove imports from within functions
enryH
committed
0640818
View commit details
Copy full SHA for 0640818
Browse repository at this point
:bug: let time-span at least start from zero
Show description for f44aa90
enryH
committed
f44aa90
View commit details
Copy full SHA for f44aa90
Browse repository at this point
:art: format files
enryH
committed
a673554
View commit details
Copy full SHA for a673554
Browse repository at this point
Commits on Jul 3, 2026
🚧 more plots
enryH
committed
fc2d71e
View commit details
Copy full SHA for fc2d71e
Browse repository at this point
:art: update docstrings of phenom. models
enryH
committed
4e2b73d
View commit details
Copy full SHA for 4e2b73d
Browse repository at this point
:art: add interactive figure to explain how to compute core metric and what N0 is
Show description for a25fabb
enryH
committed
a25fabb
View commit details
Copy full SHA for a25fabb
Browse repository at this point
:bug: try to render equation of Sphinx
enryH
committed
76c4e2a
View commit details
Copy full SHA for 76c4e2a
Browse repository at this point
:art: format
enryH
committed
c454d97
View commit details
Copy full SHA for c454d97
Browse repository at this point
Commits on Jul 6, 2026
🚧 test if equations can be shown on RTD
Show description for 3b96a0f
enryH
committed
3b96a0f
View commit details
Copy full SHA for 3b96a0f
Browse repository at this point
:fire: remove old config
enryH
committed
9be37de
View commit details
Copy full SHA for 9be37de
Browse repository at this point
🚧 try to put it on one line
enryH
committed
304a0f1
View commit details
Copy full SHA for 304a0f1
Browse repository at this point
:art: test displaying eq
enryH
committed
2405f9e
View commit details
Copy full SHA for 2405f9e
Browse repository at this point
⏪ go back to only display relevant formula
enryH
committed
dea3df5
View commit details
Copy full SHA for dea3df5
Browse repository at this point
Commits on Jul 7, 2026
:art: update description of logistic models, reorder equations
enryH
committed
bdd3d24
View commit details
Copy full SHA for bdd3d24
Browse repository at this point
🚧 see if any combination makes formulas visisble in ipynb
enryH
committed
3f419ab
View commit details
Copy full SHA for 3f419ab
Browse repository at this point
:sparkles: recover mu and mu_max using mech_logistic model
enryH
committed
262b353
View commit details
Copy full SHA for 262b353
Browse repository at this point
Commits on Jul 8, 2026
:art: plot similar looking growth curves (using classic and paper model)
enryH
committed
a714a8c
View commit details
Copy full SHA for a714a8c
Browse repository at this point
:construction: update examples for logistic regression
enryH
committed
6e5a7e0
View commit details
Copy full SHA for 6e5a7e0
Browse repository at this point
:bug: allow to fit negative lag (in case data was recoreded too late)
Show description for 4f03a2b
enryH
committed
4f03a2b
View commit details
Copy full SHA for 4f03a2b
Browse repository at this point
Commits on Jul 9, 2026
:art: fit non-unique solution of logistic model in linear space (to recover mu)
Show description for 63694a2
enryH
committed
63694a2
View commit details
Copy full SHA for 63694a2
Browse repository at this point
Commits on Jul 21, 2026
:art: add non-parametric fitting of synthetic data
Show description for f06729e
enryH
committed
f06729e
View commit details
Copy full SHA for f06729e
Browse repository at this point
:art: format w black
enryH
committed
391f386
View commit details
Copy full SHA for 391f386
Browse repository at this point
Commits on Jul 22, 2026
⏪ correct too modern formatting
enryH
committed
8613305
View commit details
Copy full SHA for 8613305
Browse repository at this point
:wrench: use python 3.14 for readthedocs
enryH
committed
e9a1a1f
View commit details
Copy full SHA for e9a1a1f
Browse repository at this point
:bug: fix concatination (new pandas throws an error)
enryH
committed
ed116e4
View commit details
Copy full SHA for ed116e4
Browse repository at this point
:art: add some more headings and explanations
Show description for aea140d
enryH
committed
aea140d
View commit details
Copy full SHA for aea140d
Browse repository at this point
Commits on Jul 24, 2026
:art: clean-up (first iteration)
enryH
committed
3d1f77a
View commit details
Copy full SHA for 3d1f77a
Browse repository at this point
You can’t perform that action at this time.