Refactoring OptimisedFeatures - _columns: np.ndarray -> _columns: pd.… #4039
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Mirror repo to GitLab | |
on: [ push, delete ] | |
jobs: | |
call-nss-ops-mirror-workflow: | |
uses: aimclub/open-source-ops/.github/workflows/mirror-repo.yml@master | |
with: | |
GITLAB_URL: 'https://gitlab.actcognitive.org/itmo-nss-team/FEDOT.git' | |
secrets: | |
GITLAB_USER: ${{ secrets.GITLAB_USER }} | |
GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }} |