Commit History

refactor(applicatives): `v0.1.3` of `applicatives.py`
e485eac

metaboulie commited on

refactor(applicatives): remove `sequenceL` from `Applicative` because it should be a classmethod but can't be generically implemented
48feff6

metaboulie commited on

docs(applicatives): add this notebook to course's README
e3bcacf

metaboulie commited on

Merge remote-tracking branch 'upstream/main' into fp/applicatives
8177ad2

metaboulie commited on

Add 0.1.0 version of notebook 06_applicatives for fp course
e9e13d8

metaboulie commited on

Merge pull request #85 from marimo-team/haleshot/19_mle
8bc43c8
unverified

Akshay Agrawal commited on

comments address
89edddf
unverified

Haleshot commited on

Merge pull request #84 from marimo-team/haleshot/18_clt
1530e43
unverified

Akshay Agrawal commited on

Add `Maximum Likelihood Estimation` notebook
c591d7c
unverified

Haleshot commited on

otal fix
23a3f9a
unverified

Haleshot commited on

remove unused import
af04e75
unverified

Haleshot commited on

Add `Central Limit Theorem`
d23b988
unverified

Haleshot commited on

Merge pull request #82 from davipatti/patch-1
3cd7fd0
unverified

Srihari Thyagarajan commited on

Update 01_why_polars.py
42905b7
unverified

David Pattinson commited on

Merge pull request #81 from marimo-team/haleshot/17_normal
9fcae04
unverified

Akshay Agrawal commited on

typo fix for ci
ac93bf0
unverified

Haleshot commited on

Add Normal Distribution notebook with interactive visualizations and explanations of key concepts including PDF, CDF, and the empirical rule. The notebook explores the properties and transformations of normal distributions through interactive elements
efdae9c
unverified

Haleshot commited on

Merge pull request #79 from marimo-team/haleshot/016_continuous
c8a5dc2
unverified

Akshay Agrawal commited on

Merge pull request #80 from marimo-team/haleshot/add-ci-jinja
26a68c1
unverified

Srihari Thyagarajan commited on

update workflow file to include jinja2
8e4ab22
unverified

Haleshot commited on

Merge pull request #77 from marimo-team/restyle
8ee391d
unverified

koaning commited on

ci fix
9747691
unverified

Haleshot commited on

Add `Continuous Distributions` notebook. It covers key concepts such as Probability Density Functions (PDFs), (CDFs), and their properties. Interactive visualizations allow users to explore different distributions (uniform, triangular, exponential).
de962bf
unverified

Haleshot commited on

Merge pull request #76 from marimo-team/haleshot/015_poisson
1cd4542
unverified

akshayka commited on

ci fixes
163af44
unverified

Haleshot commited on

Refactor plotting functions for clarity and modularity.
a651a65
unverified

Haleshot commited on

Merge pull request #75 from marimo-team/haleshot/14_binomial
b0625d6
unverified

Akshay Agrawal commited on

Merge pull request #72 from marimo-team/haleshot/13_bernoulli
c5222b9
unverified

Akshay Agrawal commited on

update
a7e66b2

Vincent Warmerdam commited on

i can delete these files ... right?
77b9c0b

Vincent Warmerdam commited on

add `Poisson distribution` notebook
5e6566d
unverified

Haleshot commited on

Test and summary sections. Some refactoring/updates
f433105
unverified

Haleshot commited on

add `binomial distribution` notebook
5890554
unverified

Haleshot commited on

Merge pull request #67 from marimo-team/haleshot/add-docs-page
a488e86
unverified

Srihari Thyagarajan commited on

Add notebook `Bernoulli distribution`
7ad7196
unverified

Haleshot commited on

Refactor HTML generation in build.py by modularizing components (format) into dedicated functions for better readability and maintainability.
d3bf5bc
unverified

Haleshot commited on

Fix string formatting in markdown cells for Alice's age and Bob's interests to use single quotes for consistency.
1f494a7
unverified

Haleshot commited on

fix(CHANGELOG): reverse the order of CHANGELOG
48c286d

metaboulie commited on

switch default theme to light mode. Update HTML template to reflect the new default theme and enhance theme toggle functionality.
9e9f978
unverified

Haleshot commited on

Remove _site directory from git tracking and ensure it's properly ignored
248a09e

Haleshot commited on

server: update docker perms
5890b75

mylessss commited on

chore: add hf frontmatter
1cdde31

mylessss commited on

Merge pull request #69 from marimo-team/haleshot/12_variance
e7a20a2
unverified

Akshay Agrawal commited on

Merge pull request #62 from marimo-team/haleshot/11_expectation
4957931
unverified

Akshay Agrawal commited on

feat(variance): add notebook for variance
928c844
unverified

Haleshot commited on

Merge pull request #68 from metaboulie/fp/applicatives
d9d5845
unverified

Srihari Thyagarajan commited on

Merge remote-tracking branch 'upstream/main' into fp/applicatives
fc971c7

metaboulie commited on

refactor(fp): v0.1.1 of notebook 05_functors.py
d417768

metaboulie commited on

Merge pull request #63 from marimo-team/ms/gallery
10e4a9f
unverified

Srihari Thyagarajan commited on