Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Leipzig Machine Learning Group
conML
python
Commits
20372d522d49296d8ca8efc840fce154a7d4ed6b
Select Git revision
0 results
python
Author
Search by author
Any Author
authors
0 authors
Dec 20, 2019
Correct construction and reconstruction.
· 20372d52
dmt
authored
5 years ago
20372d52
Dec 18, 2019
Refactor deconstruction.
· b689ff78
dmt
authored
5 years ago
b689ff78
Dec 10, 2019
Parallelize deconstructor.
· e3a09258
dmt
authored
5 years ago
e3a09258
Nov 29, 2019
Update run_demo.py to use four clustering algorithms.
· 24170ea3
dmt
authored
5 years ago
24170ea3
Allow using cluster algorithms that don't need # cluster specification.
· 174c1277
dmt
authored
5 years ago
174c1277
Nov 26, 2019
Set set_features to 0-354.
· e9362667
dmt
authored
5 years ago
e9362667
Test construction and reconstruction.
· 314dbe75
dmt
authored
5 years ago
314dbe75
Fix bugs.
· 12c7a21a
dmt
authored
5 years ago
12c7a21a
Nov 19, 2019
Refactor construction_parallel model.
· 89aadf11
dmt
authored
5 years ago
89aadf11
Run clustering algorithms from sklearn in a thread parallel model.
· 8e37e85d
dmt
authored
5 years ago
8e37e85d
Provide error message for invalid parameters.
· cdec3a43
dmt
authored
5 years ago
cdec3a43
Remove empty line.
· bcdf8c19
dmt
authored
5 years ago
bcdf8c19
Test max_categories and min_category_size parameter.
· 620809f1
dmt
authored
5 years ago
620809f1
Rename and move to demo folder.
· 8a4b2007
dmt
authored
5 years ago
8a4b2007
Test construction with different clustering algorithms.
· a597b293
dmt
authored
5 years ago
a597b293
Nov 17, 2019
Modified README.md
· 11dbae4a
dmt
authored
5 years ago
11dbae4a
Refactor logging mechanism and PandasBlock.
· d5fc7b6c
dmt
authored
5 years ago
d5fc7b6c
Start with unit testing of the construction module.
· 5d1a6e27
dmt
authored
5 years ago
5d1a6e27
Add krippendorf to requirements.
· b7d44b90
dmt
authored
5 years ago
b7d44b90
Nov 14, 2019
Refactor construction, reconstruction, complexity reduction.
· 5edf71b8
dmt
authored
5 years ago
5edf71b8
Remove meeting.ipynb.
· 90f986e8
dmt
authored
5 years ago
90f986e8
Change order of attributes.
· 0748931e
dmt
authored
5 years ago
0748931e
Fix bug in finding the complete relationship between models.
· f939da21
dmt
authored
5 years ago
f939da21
Fix bugs in complete deconstruction.
· 29070b83
dmt
authored
5 years ago
29070b83
Satisfy pylint complaints.
· 9b40f09a
dmt
authored
5 years ago
9b40f09a
Assert data type of parallel argument.
· a470f301
dmt
authored
5 years ago
a470f301
Begin refactoring of PandasBlock class.
· 0f011e62
dmt
authored
5 years ago
0f011e62
Nov 12, 2019
Fix typo.
· 654a6ddf
dmt
authored
5 years ago
654a6ddf
Update demo file test_construction.
· af68dcca
dmt
authored
5 years ago
af68dcca
Move Knowledge class to separate module.
· 080e7739
dmt
authored
5 years ago
080e7739
Parallelize construction and reconstruction.
· d73084d0
dmt
authored
5 years ago
d73084d0
Add TODO for dmt.
· 0fd5c606
dmt
authored
5 years ago
0fd5c606
Get overlapping data samples through joins.
· 77e00eb7
dmt
authored
5 years ago
77e00eb7
Define error if unbalanced modi types are specified.
· 7c2a71c3
dmt
authored
5 years ago
7c2a71c3
Extend DeconstructionRequest and KnowledgeSearchRequest.
· 63d554e4
dmt
authored
5 years ago
63d554e4
Refactor command module.
· 1aae1065
dmt
authored
5 years ago
1aae1065
Run knowledge search in parallel if needed.
· 673f4e77
dmt
authored
5 years ago
673f4e77
Load default settings during module import.
· 4d1fdc07
dmt
authored
5 years ago
4d1fdc07
Clean api endpoints.
· 695ad5da
dmt
authored
5 years ago
695ad5da
Nov 05, 2019
Fix bugs in time/sigma and sigma/zeta deconstructions.
· c8e46f2b
dmt
authored
5 years ago
c8e46f2b
Loading