Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
generatorpipeline
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stephan Kuschel
generatorpipeline
Graph
163a57e7b36f9c81ba9861597fee45d1b8ded7ff
Select Git revision
Branches
2
dev
master
default
protected
2 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
24
Nov
7
Sep
6
2
May
3
Feb
25
Jan
11
10
9
8
6
5
3
2
1
20
Dec
17
Nov
16
11
10
9
8
7
5
4
24
Oct
23
14
7
28
Sep
9
8
26
Aug
12
Apr
20
Feb
8
23
Nov
22
24
Apr
23
15
Oct
24
Aug
4
24
May
16
1
29
Apr
28
30
Mar
26
22
1
29
Feb
18
11
3
15
Jan
20
Nov
14
change to pyproject.toml
master
master
add comment to setup.py as to why its still there
update README.md
reinstall versioneer
replace setup.py and setup.cfg by pyproject.toml
Merge pull request #44 from nilshm/patch-1
fixed more style issus
Update accumulators.py
Update accumulators.py
Update accumulators.py
Update accumulators.py
Merge pull request #41 from skuschel/dev
add accumulator tutorial
Merge pull request #38 from skuschel/quantile-buckets
Merge pull request #33 from skuschel/dev_ndim
Delete parabolic.py
Change arguments of `parabolic_possible` in CDFEstimator to be more explicit
Change axis order in CDF Estimator to store data contiguously in memory and thus improve performance
Further improve performance by replacing `numpy.split` in `_adjust_heights()`
Improve performance of CDFEstimator by preventing unnecessary copys of array
Add 2d testcase
Fix Codestyle to pass tests
CDFEstimator: dont calculate unnecessary posdiff
Merge branch 'master' into dev_ndim
Add functionality. CDFEstimator now accepts multidimensional inputs.
Patch .gitignore from master.
Merge pull request #40 from r-radloff/master
Minor Change.
Adapted tests to new implementation.
Rewrote CDFAccuumlator to completely use numpy arrays instead of lists. Works for 1d.
shorter is better :)
fix typo bug
add histogram_density to BinSorter
add BinSorter and DynamicBinSorter
add Counter class to accumulators.py
Started rewriting the CDFEstimator to work on inputs of numpy.ndarrays of arbitrary dimensions.
Merge pull request #34 from skuschel/cache-accumulator
Merge pull request #36 from skuschel/quantile-tests
rename cdf_inverse to quantile
add cdf_interp and cdf_inverse_interp
Loading