Skip to content

Commit

Permalink
Merge pull request #183 from h1st-ai/refactor/major_change_with_k1st
Browse files Browse the repository at this point in the history
[WIP] Refactor/major change with k1st
  • Loading branch information
ctn authored Feb 24, 2023
2 parents 728291e + 2c957b0 commit b8f00eb
Show file tree
Hide file tree
Showing 88 changed files with 9,253 additions and 8,371 deletions.
1 change: 0 additions & 1 deletion MIGRATION_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ Due to changes to the package structure, please update your H1st code to:
- The `Modeler` class is introduced with `build_model` method which is used to build the corresponding `Model` instance. The `Model` class' `load_data`, `explore`, `evaluate` now belongs to the `Modeler` class with `explore` being renamed to `explore_data` and `evaluate` being renamed to `evaluate_model`.
- The `Model` class' `predict` method is renamed to `process`. Its `PredictiveModel` subclass which is then inherited by `RuleBasedModel`, `MLModel` still possess the `predict` method which basically calls the `process` one.
- The `Model` class' `load` is renamed to `load_params`.

1 change: 0 additions & 1 deletion docs/old/.gitignore

This file was deleted.

41 changes: 0 additions & 41 deletions docs/old/README.md

This file was deleted.

Empty file removed docs/old/_static/.gitkeep
Empty file.
Empty file removed docs/old/_templates/.gitkeep
Empty file.
27 changes: 0 additions & 27 deletions docs/old/_templates/layout.html

This file was deleted.

51 changes: 0 additions & 51 deletions docs/old/build

This file was deleted.

122 changes: 0 additions & 122 deletions docs/old/old-conf.py

This file was deleted.

4 changes: 0 additions & 4 deletions docs/old/requirements-docs.txt

This file was deleted.

11 changes: 0 additions & 11 deletions h1st/model/boolean_model.py

This file was deleted.

Empty file removed h1st/model/ensemble/__init__.py
Empty file.
18 changes: 0 additions & 18 deletions h1st/model/ensemble/classifier_stack_ensemble.py

This file was deleted.

48 changes: 0 additions & 48 deletions h1st/model/ensemble/classifier_stack_ensemble_modeler.py

This file was deleted.

9 changes: 0 additions & 9 deletions h1st/model/ensemble/ensemble.py

This file was deleted.

7 changes: 0 additions & 7 deletions h1st/model/ensemble/ensemble_modeler.py

This file was deleted.

Loading

0 comments on commit b8f00eb

Please sign in to comment.