Skip to content

Commit

Permalink
feat: get rid of ts files, convert to arff (#164)
Browse files Browse the repository at this point in the history
* fix: add read_arff_files support for multivariate ts

* fix: add csv reading support

* chore: convert DailyOilGasPrices from ts to arff

* style: tidy the DataLoader up

* chore: replace some ts files with their arff versions

* Automated autopep8 fixes

* chore: remove additional bump up FEDOT version job

* fix: replace BitcoinSentiment to IEEEPPG dataset

* feat: add universal arff reading

* style: rename tsv/csv reading function in tests, tidy up

* chore: move ItalyPowerDemand fake to examples

* style: parametrize file reading tests

* fix: change separator typo

* Automated autopep8 fixes

* chore: delete all datasets, rely on tcp loading

* fix: change datasets for file reading tests

* Automated autopep8 fixes

* feat: add multivariate arff reading test case

* Automated autopep8 fixes

* fix: remove singular test case from parametrized test

* chore: remove AppliancesEnergy dataset

* feat: add folder initialization for extract_data

* fix: add URLError to fake dataset scenario, load AppliancesEnergy before testing

* feat: clear out saving data logs

* fix: load files in real world examples

* feat: load old version of electricity energy pynb with file loading fix

---------

Co-authored-by: autopep8 bot <[email protected]>
  • Loading branch information
Lopa10ko and autopep8 bot authored Sep 24, 2024
1 parent 9a517d8 commit fa07913
Show file tree
Hide file tree
Showing 33 changed files with 7,685 additions and 35,613 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/poetry_unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ jobs:
- name: Install dependencies
run: poetry install

- name: Bump up FEDOT to a stable revision (temporary)
run: poetry add git+https://github.com/aimclub/FEDOT.git@e0b4ee7

- name: Run tests with pytest
run: poetry run pytest --cov=fedot_ind --cov-report xml:coverage.xml tests/unit

Expand Down
66 changes: 0 additions & 66 deletions examples/data/AppliancesEnergy/AppliancesEnergy_TEST.ts

This file was deleted.

119 changes: 0 additions & 119 deletions examples/data/AppliancesEnergy/AppliancesEnergy_TRAIN.ts

This file was deleted.

107 changes: 0 additions & 107 deletions examples/data/BitcoinSentiment/BitcoinSentiment_TEST.ts

This file was deleted.

239 changes: 0 additions & 239 deletions examples/data/BitcoinSentiment/BitcoinSentiment_TRAIN.ts

This file was deleted.

145 changes: 0 additions & 145 deletions examples/data/ChilledWaterPredictor/ChilledWaterPredictor_TEST.ts

This file was deleted.

328 changes: 0 additions & 328 deletions examples/data/ChilledWaterPredictor/ChilledWaterPredictor_TRAIN.ts

This file was deleted.

93 changes: 93 additions & 0 deletions examples/data/DailyOilGasPrices/DailyOilGasPrices_TEST.arff

Large diffs are not rendered by default.

65 changes: 0 additions & 65 deletions examples/data/DailyOilGasPrices/DailyOilGasPrices_TEST.ts

This file was deleted.

168 changes: 168 additions & 0 deletions examples/data/DailyOilGasPrices/DailyOilGasPrices_TRAIN.arff

Large diffs are not rendered by default.

140 changes: 0 additions & 140 deletions examples/data/DailyOilGasPrices/DailyOilGasPrices_TRAIN.ts

This file was deleted.

6,652 changes: 0 additions & 6,652 deletions examples/data/ElectricMotorTemperature/ElectricMotorTemperature_TEST.ts

This file was deleted.

15,510 changes: 0 additions & 15,510 deletions examples/data/ElectricMotorTemperature/ElectricMotorTemperature_TRAIN.ts

This file was deleted.

250 changes: 0 additions & 250 deletions examples/data/ElectricityPredictor/ElectricityPredictor_TEST.ts

This file was deleted.

574 changes: 0 additions & 574 deletions examples/data/ElectricityPredictor/ElectricityPredictor_TRAIN.ts

This file was deleted.

114 changes: 0 additions & 114 deletions examples/data/EthereumSentiment/EthereumSentiment_TEST.ts

This file was deleted.

256 changes: 0 additions & 256 deletions examples/data/EthereumSentiment/EthereumSentiment_TRAIN.ts

This file was deleted.

113 changes: 0 additions & 113 deletions examples/data/HotwaterPredictor/HotwaterPredictor_TEST.ts

This file was deleted.

Loading

0 comments on commit fa07913

Please sign in to comment.