Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Riemann #128

Merged
merged 48 commits into from
May 2, 2024
Merged

Riemann #128

merged 48 commits into from
May 2, 2024

Conversation

v1docq
Copy link
Collaborator

@v1docq v1docq commented Apr 5, 2024

No description provided.

@v1docq v1docq requested a review from technocreep April 5, 2024 10:48
@v1docq v1docq self-assigned this Apr 5, 2024
@pep8speaks
Copy link

pep8speaks commented Apr 5, 2024

Thanks for update, @v1docq!

Line 4:12: E401 multiple imports on one line
Line 70:15: E701 multiple statements on one line (colon)
Line 81:16: E222 multiple spaces after operator
Line 109:1: E302 expected 2 blank lines, found 1
Line 116:34: E222 multiple spaces after operator
Line 116:121: E501 line too long (121 > 120 characters)
Line 154:9: F841 local variable 'TEST_PATH' is assigned to but never used
Line 157:1: E302 expected 2 blank lines, found 1
Line 218:13: E122 continuation line missing indentation or outdented
Line 219:13: E122 continuation line missing indentation or outdented
Line 220:9: E122 continuation line missing indentation or outdented
Line 221:17: E126 continuation line over-indented for hanging indent
Line 223:17: E123 closing bracket does not match indentation of opening bracket's line
Line 366:10: W292 no newline at end of file

Line 7:29: E261 at least two spaces before inline comment
Line 7:30: E262 inline comment should start with '# '
Line 9:121: E501 line too long (121 > 120 characters)

Line 9:1: F401 'sktime.transformations.panel.signature_based.SignatureTransformer' imported but unused
Line 12:1: E302 expected 2 blank lines, found 1

Line 36:34: E265 block comment should start with '# '

Line 23:35: E265 block comment should start with '# '
Line 24:35: E265 block comment should start with '# '
Line 25:34: E131 continuation line unaligned for hanging indent
Line 25:34: E265 block comment should start with '# '

Line 5:1: F401 'joblib.delayed' imported but unused
Line 5:1: F401 'joblib.Parallel' imported but unused
Line 10:1: F403 'from benchmark.feature_utils import *' used; unable to detect undefined names
Line 33:17: E126 continuation line over-indented for hanging indent
Line 35:22: E126 continuation line over-indented for hanging indent
Line 77:9: F405 'plt' may be undefined, or defined from star imports: benchmark.feature_utils
Line 97:13: F405 'plt' may be undefined, or defined from star imports: benchmark.feature_utils
Line 101:9: F405 'plt' may be undefined, or defined from star imports: benchmark.feature_utils
Line 104:9: F405 'plt' may be undefined, or defined from star imports: benchmark.feature_utils
Line 105:9: F405 'plt' may be undefined, or defined from star imports: benchmark.feature_utils
Line 160:9: F405 'EEGFeatures' may be undefined, or defined from star imports: benchmark.feature_utils
Line 161:9: F405 'SpectrogramFeatures' may be undefined, or defined from star imports: benchmark.feature_utils
Line 162:10: F405 'EEGBuiltSpectrogramFeatures' may be undefined, or defined from star imports: benchmark.feature_utils
Line 165:27: F405 'eeg_windows' may be undefined, or defined from star imports: benchmark.feature_utils
Line 166:35: F405 'spec_windows' may be undefined, or defined from star imports: benchmark.feature_utils
Line 167:38: F405 'eeg_built_spec_windows' may be undefined, or defined from star imports: benchmark.feature_utils
Line 173:1: E303 too many blank lines (3)
Line 176:14: F405 'ReadData' may be undefined, or defined from star imports: benchmark.feature_utils
Line 194:66: F405 'all_eegs_train' may be undefined, or defined from star imports: benchmark.feature_utils
Line 194:82: F405 'target_df_train' may be undefined, or defined from star imports: benchmark.feature_utils

Line 21:1: F401 'fedot_ind.core.repository.constanst_repository.FEDOT_HEAD_ENSEMBLE' imported but unused
Line 30:1: F401 'fedot.core.repository.tasks.Task' imported but unused
Line 30:1: F401 'fedot.core.repository.tasks.TaskTypesEnum' imported but unused
Line 147:32: F841 local variable 'n_classes' is assigned to but never used
Line 148:44: E127 continuation line over-indented for visual indent
Line 149:44: E127 continuation line over-indented for visual indent
Line 167:79: E127 continuation line over-indented for visual indent
Line 407:54: F541 f-string is missing placeholders
Line 408:47: F541 f-string is missing placeholders

Line 94:13: F841 local variable 'e' is assigned to but never used
Line 182:77: E127 continuation line over-indented for visual indent
Line 273:13: F841 local variable 'e' is assigned to but never used
Line 538:13: F841 local variable 'e' is assigned to but never used

Line 3:1: F401 'pyriemann.estimation.XdawnCovariances' imported but unused
Line 127:121: E501 line too long (143 > 120 characters)
Line 128:121: E501 line too long (127 > 120 characters)

Line 2:1: F401 'fedot_ind.core.architecture.settings.computational.backend_scipy' imported but unused
Line 37:28: E231 missing whitespace after ','

Line 8:1: F401 'scipy.spatial.distance.euclidean' imported but unused
Line 12:1: F811 redefinition of unused 'np' from line 4
Line 109:9: E265 block comment should start with '# '

Line 143:121: E501 line too long (121 > 120 characters)
Line 144:52: E211 whitespace before '('

Line 48:121: E501 line too long (121 > 120 characters)
Line 172:58: E721 do not compare types, use 'isinstance()'

Line 12:1: F401 'golem.core.tuning.iopt_tuner.IOptTuner' imported but unused
Line 23:1: F403 'from fedot_ind.core.models.topological.topofeatures import ' used; unable to detect undefined names
Line 23:1: F401 'fedot_ind.core.models.topological.topofeatures.
' imported but unused
Line 29:1: F401 'scipy.spatial.distance.jensenshannon' imported but unused
Line 29:1: F401 'scipy.spatial.distance.mahalanobis' imported but unused

Line 23:1: F401 'typing.Tuple' imported but unused
Line 23:1: F401 'typing.Sequence' imported but unused
Line 23:1: F401 'typing.Dict' imported but unused

Line 24:1: F401 'golem.core.optimisers.genetic.operators.crossover.CrossoverCallable' imported but unused
Line 34:1: F401 'fedot_ind.core.repository.model_repository.AtomizedModel' imported but unused
Line 353:36: E127 continuation line over-indented for visual indent
Line 355:37: E127 continuation line over-indented for visual indent
Line 519:5: F841 local variable 'other' is assigned to but never used
Line 532:17: F841 local variable 'parent_operation' is assigned to but never used
Line 545:5: F841 local variable 'ind_crossover' is assigned to but never used

Line 2:1: F401 'types' imported but unused
Line 58:9: E266 too many leading '#' for block comment
Line 64:9: E266 too many leading '#' for block comment
Line 68:9: E266 too many leading '#' for block comment
Line 70:48: E241 multiple spaces after ','
Line 72:9: E266 too many leading '#' for block comment
Line 76:9: E266 too many leading '#' for block comment
Line 85:9: F841 local variable 'MutationStrengthEnum' is assigned to but never used

Line 14:1: F403 'from fedot.core.operations.evaluation.operation_implementations.data_operations.sklearn_transformations import *' used; unable to detect undefined names
Line 18:121: E501 line too long (124 > 120 characters)
Line 20:121: E501 line too long (122 > 120 characters)
Line 60:1: F401 'fedot_ind.core.models.ts_forecasting.ssa_forecaster.SSAForecasterImplementation' imported but unused
Line 74:36: F405 'PCAImplementation' may be undefined, or defined from star imports: fedot.core.operations.evaluation.operation_implementations.data_operations.sklearn_transformations
Line 75:41: F405 'FastICAImplementation' may be undefined, or defined from star imports: fedot.core.operations.evaluation.operation_implementations.data_operations.sklearn_transformations
Line 76:46: F405 'PolyFeaturesImplementation' may be undefined, or defined from star imports: fedot.core.operations.evaluation.operation_implementations.data_operations.sklearn_transformations
Line 135:20: F405 'ScalingImplementation' may be undefined, or defined from star imports: fedot.core.operations.evaluation.operation_implementations.data_operations.sklearn_transformations
Line 136:26: F405 'NormalizationImplementation' may be undefined, or defined from star imports: fedot.core.operations.evaluation.operation_implementations.data_operations.sklearn_transformations
Line 138:30: F405 'ImputationImplementation' may be undefined, or defined from star imports: fedot.core.operations.evaluation.operation_implementations.data_operations.sklearn_transformations
Line 140:23: F405 'KernelPCAImplementation' may be undefined, or defined from star imports: fedot.core.operations.evaluation.operation_implementations.data_operations.sklearn_transformations
Line 185:9: E265 block comment should start with '# '

Line 112:9: E123 closing bracket does not match indentation of opening bracket's line
Line 146:9: E123 closing bracket does not match indentation of opening bracket's line
Line 162:9: E123 closing bracket does not match indentation of opening bracket's line
Line 184:9: E123 closing bracket does not match indentation of opening bracket's line
Line 190:9: E123 closing bracket does not match indentation of opening bracket's line
Line 196:9: E123 closing bracket does not match indentation of opening bracket's line
Line 214:9: E123 closing bracket does not match indentation of opening bracket's line
Line 232:9: E123 closing bracket does not match indentation of opening bracket's line
Line 250:9: E123 closing bracket does not match indentation of opening bracket's line
Line 268:9: E123 closing bracket does not match indentation of opening bracket's line
Line 282:9: E123 closing bracket does not match indentation of opening bracket's line
Line 300:9: E123 closing bracket does not match indentation of opening bracket's line
Line 314:9: E123 closing bracket does not match indentation of opening bracket's line
Line 328:9: E123 closing bracket does not match indentation of opening bracket's line
Line 342:9: E123 closing bracket does not match indentation of opening bracket's line
Line 356:9: E123 closing bracket does not match indentation of opening bracket's line
Line 374:9: E123 closing bracket does not match indentation of opening bracket's line
Line 390:9: E123 closing bracket does not match indentation of opening bracket's line
Line 400:9: E123 closing bracket does not match indentation of opening bracket's line
Line 422:9: E123 closing bracket does not match indentation of opening bracket's line
Line 447:9: E123 closing bracket does not match indentation of opening bracket's line
Line 489:9: E123 closing bracket does not match indentation of opening bracket's line
Line 505:9: E123 closing bracket does not match indentation of opening bracket's line
Line 511:9: E123 closing bracket does not match indentation of opening bracket's line
Line 521:9: E123 closing bracket does not match indentation of opening bracket's line
Line 531:9: E123 closing bracket does not match indentation of opening bracket's line
Line 549:9: E123 closing bracket does not match indentation of opening bracket's line
Line 567:9: E123 closing bracket does not match indentation of opening bracket's line
Line 581:9: E123 closing bracket does not match indentation of opening bracket's line
Line 595:9: E123 closing bracket does not match indentation of opening bracket's line
Line 605:9: E123 closing bracket does not match indentation of opening bracket's line
Line 615:9: E123 closing bracket does not match indentation of opening bracket's line
Line 625:9: E123 closing bracket does not match indentation of opening bracket's line
Line 631:9: E123 closing bracket does not match indentation of opening bracket's line
Line 637:9: E123 closing bracket does not match indentation of opening bracket's line
Line 651:9: E123 closing bracket does not match indentation of opening bracket's line
Line 657:9: E123 closing bracket does not match indentation of opening bracket's line
Line 663:9: E123 closing bracket does not match indentation of opening bracket's line
Line 677:9: E123 closing bracket does not match indentation of opening bracket's line
Line 683:9: E123 closing bracket does not match indentation of opening bracket's line
Line 713:9: E123 closing bracket does not match indentation of opening bracket's line
Line 739:9: E123 closing bracket does not match indentation of opening bracket's line
Line 761:9: E123 closing bracket does not match indentation of opening bracket's line
Line 783:9: E123 closing bracket does not match indentation of opening bracket's line
Line 797:9: E123 closing bracket does not match indentation of opening bracket's line
Line 807:9: E123 closing bracket does not match indentation of opening bracket's line
Line 813:9: E123 closing bracket does not match indentation of opening bracket's line
Line 819:9: E123 closing bracket does not match indentation of opening bracket's line
Line 826:9: E123 closing bracket does not match indentation of opening bracket's line
Line 840:9: E123 closing bracket does not match indentation of opening bracket's line

Line 14:1: F401 'sktime.datasets._readers_writers.ts.load_from_tsfile' imported but unused
Line 145:13: F841 local variable 'df' is assigned to but never used
Line 148:9: E303 too many blank lines (2)
Line 276:29: F841 local variable 'univariate' is assigned to but never used
Line 311:25: F841 local variable 'class_label_list' is assigned to but never used
Line 355:59: E126 continuation line over-indented for hanging indent
Line 484:53: W503 line break before binary operator
Line 495:53: W503 line break before binary operator
Line 534:53: W503 line break before binary operator
Line 629:68: E126 continuation line over-indented for hanging indent
Line 629:121: E501 line too long (143 > 120 characters)
Line 657:60: E126 continuation line over-indented for hanging indent
Line 703:33: F841 local variable 'ex' is assigned to but never used
Line 710:33: F841 local variable 'ex' is assigned to but never used
Line 719:45: E126 continuation line over-indented for hanging indent

Comment last updated at 2024-04-08 12:59:05 UTC

@technocreep technocreep linked an issue Apr 24, 2024 that may be closed by this pull request
v1docq and others added 12 commits April 25, 2024 17:57
# Conflicts:
#	fedot_ind/api/main.py
#	fedot_ind/api/utils/industrial_strategy.py
#	fedot_ind/core/ensemble/kernel_ensemble.py
# Conflicts:
#	fedot_ind/api/utils/checkers_collections.py
#	fedot_ind/api/utils/industrial_strategy.py
#	fedot_ind/core/operation/interfaces/industrial_model_strategy.py
#	fedot_ind/core/operation/interfaces/industrial_preprocessing_strategy.py
#	fedot_ind/core/repository/industrial_implementations/optimisation.py
#	fedot_ind/core/tuning/search_space.py
benchmark/feature_utils.py Show resolved Hide resolved
fedot_ind/tools/example_utils.py Outdated Show resolved Hide resolved
fedot_ind/core/ensemble/kernel_ensemble.py Show resolved Hide resolved
fedot_ind/api/utils/industrial_strategy.py Show resolved Hide resolved
fedot_ind/core/metrics/metrics_implementation.py Outdated Show resolved Hide resolved
fedot_ind/core/models/nn/network_impl/chronos_tst.py Outdated Show resolved Hide resolved
fedot_ind/core/operation/filtration/channel_filtration.py Outdated Show resolved Hide resolved
requirements.txt Show resolved Hide resolved
requirements.txt Outdated Show resolved Hide resolved
@v1docq v1docq merged commit ad2ab68 into main May 2, 2024
3 of 4 checks passed
@v1docq v1docq deleted the riemann branch May 7, 2024 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong link for TG chat
3 participants