-- Posted on Mon 14 October 2024 in notebooks • Tagged with example
This notebook is an adaptation with pyAgrum of Gautier Marti's
Bayesian Network for Business : Modeling Profit and Loss of a Cafe in Hong Kong.
Thanks a lot, Gautier, for this inspiring notebook !
-- Posted on Wed 02 October 2024 in News
ANNOUNCE: aGrUM 1.16.0
aGrUM/pyAgrum 1.16.0 is out.
-
aGrUM
- Added 3 behaviors for generating sampling from
gum::DiscretizedVariable
ingum::BNDatabaseGenerator
:INTERVAL
/MEDIAN
/RANDOM
. The default wasINTERVAL
and is nowRANDOM
. - Added timeout for
gum::BNDatabaseGenerator
to prevent slowish (maybe infinite) rejection sampling. - Added two …
- Added 3 behaviors for generating sampling from
Continue reading
-- Posted on Sat 17 August 2024 in News
ANNOUNCE: aGrUM 1.15.1
aGrUM/pyAgrum 1.15.1 is out.
-
aGrUM
- Added
gum::Potential<GUM_SCALAR>::memoryFootprint
andgum::IBayesNet::memoryFootprint
(thanks to Benjamin Datko). - Fixed a bug when subscripting
gum::DiscretizedVariable
with the (last) interval (thanks to Gaspard Ducamp). - Removed gcc warnings (psabi, false positive uninitialized).
- Added
-
pyAgrum
- Added …
Continue reading