Skip to content

Commit

Permalink
Merge pull request #24 from PanyiDong/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
PanyiDong authored Feb 3, 2023
2 parents cbcf2f0 + 9510b89 commit cc33890
Show file tree
Hide file tree
Showing 158 changed files with 5,115 additions and 5,069 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Format python code
on: push
on: pull_request
jobs:
autopep8:
runs-on: ubuntu-latest
Expand Down
34 changes: 18 additions & 16 deletions InsurAutoML/__init__.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
"""
File: __init__.py
File Name: __init__.py
Author: Panyi Dong
GitHub: https://github.com/PanyiDong/
Mathematics Department, University of Illinois at Urbana-Champaign (UIUC)
Project: InsurAutoML
Latest Version: 0.2.3
Relative Path: /InsurAutoML/__init__.py
File: __init__.py
File Created: Wednesday, 16th November 2022 7:23:10 pm
Author: Panyi Dong (panyid2@illinois.edu)
-----
Last Modified: Tuesday, 15th November 2022 4:04:57 pm
Last Modified: Monday, 28th November 2022 11:37:19 pm
Modified By: Panyi Dong (panyid2@illinois.edu)
-----
Expand All @@ -38,13 +38,17 @@
SOFTWARE.
"""

# read version from file
from .version import _get_version

__version__ = _get_version()

from ._base import no_processing, load_data
from ._utils import (
from .version import _get_version
from .base import no_processing, load_data
from .hpo import (
AutoTabular,
AutoTabularClassifier,
AutoTabularRegressor,
AutoTextClassifier,
AutoNextWordPrediction,
)
from .utils import (
# random_guess,
# random_index,
# random_list,
Expand Down Expand Up @@ -72,6 +76,11 @@
EDA,
)

__version__ = _get_version()

# read version from file


# from ._encoding import DataEncoding

# from ._imputation import (
Expand Down Expand Up @@ -145,13 +154,6 @@
# TruncatedSVD,
# )

from ._hpo import (
AutoTabular,
AutoTabularClassifier,
AutoTabularRegressor,
AutoTextClassifier,
AutoNextWordPrediction,
)

# from ._model import classifiers, regressors

Expand Down
226 changes: 0 additions & 226 deletions InsurAutoML/_archive/_database_info.json

This file was deleted.

58 changes: 0 additions & 58 deletions InsurAutoML/_experimental/_nn/_nni/_nas/_baseSpace/_multimodal.py

This file was deleted.

Loading

0 comments on commit cc33890

Please sign in to comment.