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
2cd51ee6f579e0e5fc201f4f12adcb6e07c2da1c
Select Git revision
Branches
5
logging
master
default
protected
update-readme
publish-docs-to-readthedocs
add-autodeployment-to-pypi
5 results
python
Author
Search by author
Any Author
authors
Thomas Schmid
schmid
1 author
Oct 29, 2019
Provide demo for the meeting.
· 2cd51ee6
dmt
authored
5 years ago
2cd51ee6
Oct 28, 2019
Add toyset with repetitive timestamps.
· 04bb67c8
dmt
authored
5 years ago
04bb67c8
Refactor construction process.
· bf405796
dmt
authored
5 years ago
bf405796
Refactor data source.
· 9bb65612
dmt
authored
5 years ago
9bb65612
Refactor deconstruction.
· 5f9d463b
dmt
authored
5 years ago
5f9d463b
Refactor reconstruction.
· 3d80516c
dmt
authored
5 years ago
3d80516c
Extend methods with features needed by deconstruction.
· 4cd2e12d
dmt
authored
5 years ago
4cd2e12d
Suppress warnings called by sklearn.
· 0ac64a77
dmt
authored
5 years ago
0ac64a77
Call Datasource with just the block processing settings.
· f3d6c66a
dmt
authored
5 years ago
f3d6c66a
Throw NotReducableLearnblockWarning.
· b67e96d5
dmt
authored
5 years ago
b67e96d5
Log more iteration info.
· faab42c5
dmt
authored
5 years ago
faab42c5
Demand that DeconstructionRequest is called with source adapter.
· 65e2e50a
dmt
authored
5 years ago
65e2e50a
Check user input for StackIteration param.
· 1e715893
dmt
authored
5 years ago
1e715893
Extend DeconstructionSettings with further params.
· a8a5c666
dmt
authored
5 years ago
a8a5c666
Separate initialization from running logic.
· b8e90b8f
dmt
authored
5 years ago
b8e90b8f
Add deconstruction params to settings ini.
· 583fc096
dmt
authored
5 years ago
583fc096
Define errors for nonreducable and to small learnblocks
· 4e91629e
dmt
authored
5 years ago
4e91629e
Call deconstruction request with reference to data source.
· e8dc4637
dmt
authored
5 years ago
e8dc4637
Add toyset with repetitive timestamps.
· f9b075e0
dmt
authored
5 years ago
f9b075e0
Oct 24, 2019
Fix typo.
· c9c283dc
dmt
authored
5 years ago
c9c283dc
Define temporary methods to extract blocks, time_sigma_relatives and estimate density.
· 13c036ee
dmt
authored
5 years ago
13c036ee
Add empty line.
· 312493e0
dmt
authored
5 years ago
312493e0
Provide capability to find overlapping rows and fuse learnblocks.
· 6398c09f
dmt
authored
5 years ago
6398c09f
Define exception if the deconstruction fails.
· a8a8f3fe
dmt
authored
5 years ago
a8a8f3fe
Implement DeconstructionRequest.
· 815e06d2
dmt
authored
5 years ago
815e06d2
Move usecases to command module.
· 0ef04208
dmt
authored
5 years ago
0ef04208
Implement deconstruction settings
· 4b2763fa
dmt
authored
5 years ago
4b2763fa
Add abbreviation attribute to construction machine learning models.
· 2c51996d
dmt
authored
5 years ago
2c51996d
Initialize pragmatic machine learning models with meta information.
· a774bc10
dmt
authored
5 years ago
a774bc10
Mode meta information of model to separate dataclass.
· 0b14346b
dmt
authored
5 years ago
0b14346b
Implement parts of deconstruction process.
· 56fda637
dmt
authored
5 years ago
56fda637
Add the purpose to successfully constructed learnblock.
· 68391a29
dmt
authored
5 years ago
68391a29
Create deconstruction request/usecase and execute it.
· 2d8dd68b
dmt
authored
5 years ago
2d8dd68b
Oct 20, 2019
Add labeled dataset to project.
· 502bf02b
dmt
authored
5 years ago
502bf02b
Yield only learnblocks and not None.
· 74d0c1ff
dmt
authored
5 years ago
74d0c1ff
Add labeled dataset to applications example datasets.
· cc9b4ce1
dmt
authored
5 years ago
cc9b4ce1
Define adapters for machine learning models used in reconstruction.
· 12386647
dmt
authored
5 years ago
12386647
Make new block from row indices.
· 8a909a9f
dmt
authored
5 years ago
8a909a9f
Provide property for checking if the data block has labels or not.
· 0ee66d4d
dmt
authored
5 years ago
0ee66d4d
Do read first column as index.
· bbb66be9
dmt
authored
5 years ago
bbb66be9
Loading