modeling
Here are 1,030 public repositories matching this topic...
Issue by westurner
Thursday Jul 19, 2018 at 20:39 GMT
Originally opened as dcowden/cadquery#287
A JavaScript framework to create and visualize 3D models.
-
Updated
Oct 4, 2020 - JavaScript
Pynamical is a Python package for modeling and visualizing discrete nonlinear dynamical systems, chaos, and fractals.
-
Updated
Apr 1, 2020 - Python
Local Interpretable Model-Agnostic Explanations (R port of original Python package)
-
Updated
Nov 12, 2019 - R
GemPy is an open-source, Python-based 3-D structural geological modeling software, which allows the implicit (i.e. automatic) creation of complex geological models from interface and orientation data. It also offers support for stochastic modeling to adress parameter and model uncertainties.
-
Updated
Oct 22, 2020 - Python
Gaphor is the simple modeling tool
-
Updated
Oct 25, 2020 - Python
A desktop application for fast UML diagramming.
-
Updated
Oct 22, 2020 - Java
The environment variables in the scripts/deploy_website.sh script assume a Travis environment and will need to be adjusted.
we should add .ipynb to the gitignore - notebooks are out-of-scope for this repo. In the past we have had some notebooks be committed which adds a large volume of code to the log that is later removed
A toolbox for integrated information theory.
-
Updated
Sep 13, 2020 - Python
Entity Framework visual design surface and code-first code generation for EF6, Core and beyond
-
Updated
Oct 15, 2020 - C#
Hodur is a domain modeling approach and collection of libraries to Clojure. By using Hodur you can define your domain model as data, parse and validate it, and then either consume your model via an API or use one of the many plugins to help you achieve mechanical results faster and in a purely functional manner.
-
Updated
Jun 9, 2020 - Clojure
Core plug-in projects of the GAMA platform
-
Updated
Oct 19, 2020 - Java
UML and ER-diagram editor for Eclipse
-
Updated
Oct 25, 2020 - Java
Dash for Julia - A Julia interface to the Dash ecosystem for creating analytic web applications in Julia. No JavaScript required.
-
Updated
Oct 19, 2020 - Julia
Reimplementation of GSLIB, Spatial Data Analytics and Geostatistics in a Python package.
-
Updated
May 10, 2020 - Jupyter Notebook
An Arsenal of 'R' Functions for Large-Scale Statistical Summaries
-
Updated
Oct 14, 2020 - R
Collection of stats, modeling, and data science tools in Python and R.
-
Updated
Jun 19, 2020 - HTML
Brain Modeling Toolkit
-
Updated
Oct 18, 2020 - Python
A Compositional Object-Based Approach to Learning Physical Dynamics
-
Updated
Mar 7, 2017 - Lua
-
Updated
Nov 25, 2019 - Haskell
Collection of Python tools for the modeling and solution of Mixed-Integer Linear programs
-
Updated
Oct 23, 2020 - Python
Umple: Model-Oriented Programming - embed models in code and vice versa and generate complete systems
-
Updated
Oct 15, 2020 - Java
Improve this page
Add a description, image, and links to the modeling topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the modeling topic, visit your repo's landing page and select "manage topics."


In recent versions (can't say from exactly when), there seems to be an off-by-one error in dcc.DatePickerRange. I set
max_date_allowed = datetime.today().date(), but in the calendar, yesterday is the maximum date allowed. I see it in my apps, and it is also present in the first example on the DatePickerRange documentation page.E