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
7b53584069c323322c86215eaf0c566a0a178a9c
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 03, 2019
Add destruction settings and add 'knowledge_dir' as config parameter.
· 7b535840
dmt
authored
5 years ago
7b535840
Instead class attributes use descriptors.
· 4c120bb8
dmt
authored
5 years ago
4c120bb8
Add to settings.ini the [BLOCK_PROCESSING] configurations.
· e8e99190
dmt
authored
5 years ago
e8e99190
DataSource initializer needs keyword argument 'block_size'.
· d97495a9
dmt
authored
5 years ago
d97495a9
Define request for knowledge searching and add Constructor and Reconstructor to __all__.
· 765e15ef
dmt
authored
5 years ago
765e15ef
Implement search_knowledge() interface.
· c7852eaa
dmt
authored
5 years ago
c7852eaa
Load default settings if the user does not specify a path.
· 7f2c26f5
dmt
authored
5 years ago
7f2c26f5
Define classes for construction, reconstruction and knowledge search.
· abdcd33f
dmt
authored
5 years ago
abdcd33f
Return result of successfully executed usecases.
· b3ac9ebc
dmt
authored
5 years ago
b3ac9ebc
Make import explicit.
· 8ce366af
dmt
authored
5 years ago
8ce366af
Create dirs for functionality and unit tests.
· ea267f8e
dmt
authored
5 years ago
ea267f8e
Insert default settings into config file after cml installation.
· 34878f67
dmt
authored
5 years ago
34878f67
Make import absolute and implicit.
· 0da16623
dmt
authored
5 years ago
0da16623
Add data set with needed columns like T, Z and Sigma.
· 69b11483
dmt
authored
5 years ago
69b11483
Modify .gitignore and remove pycache.
· 9ac6e8bf
dmt
authored
5 years ago
9ac6e8bf
Remove pycache folder.
· 4e203a93
dmt
authored
5 years ago
4e203a93
Oct 01, 2019
Update .gitignore file.
· f4115dff
dmt
authored
5 years ago
f4115dff
Load test data set.
· fbe1d435
dmt
authored
5 years ago
fbe1d435
Import public user interface into controller package level.
· 9b4fe8e5
dmt
authored
5 years ago
9b4fe8e5
Define the general cml domain.
· 882426cc
dmt
authored
5 years ago
882426cc
Define the DataSource, Preprocessor and LearnblockIdentifier.
· 0319d03d
dmt
authored
5 years ago
0319d03d
Define usecase for pre processing the data.
· 72a917b8
dmt
authored
5 years ago
72a917b8
Define the public user interface.
· 8d5ce223
dmt
authored
5 years ago
8d5ce223
Define abstract adapter for all data sources and a pandas wrapper.
· ef5714f7
dmt
authored
5 years ago
ef5714f7
Define general, pre processing and learn block identification settings.
· e3a75c0a
dmt
authored
5 years ago
e3a75c0a
Define request for pre processing the training data.
· c2ea227a
dmt
authored
5 years ago
c2ea227a
Define abstract class for all usecases.
· 9374c07a
dmt
authored
5 years ago
9374c07a
Import public user interface into cml package level.
· 27bc2228
dmt
authored
5 years ago
27bc2228
Move default settings.ini file into local .cml folder.
· 93c6cb18
dmt
authored
5 years ago
93c6cb18
Create in user home folder a .cml config folder.
· d8682eae
dmt
authored
5 years ago
d8682eae
Define layout for source code.
· 9fb7b920
dmt
authored
5 years ago
9fb7b920
Update .gitignore file.
· c5883dd5
dmt
authored
5 years ago
c5883dd5
Rename doc to docs.
· 91696dc6
dmt
authored
5 years ago
91696dc6
Define project skeleton.
· 41974191
dmt
authored
5 years ago
41974191
Aug 21, 2019
Initial commit
· 9282cc11
Thomas Schmid
authored
5 years ago
9282cc11
Loading