Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

itsbharatj
Copy link
Contributor

@itsbharatj itsbharatj commented Feb 22, 2025

Reference Issues/PRs

Fixes #7862

What does this implement/fix? Explain your changes.

Adds Wang et al. as in the references for the FCN classifier docs

Any other comments?

As pointed out by @fkiraly for checking for the FCN Regressor, I was unable to see their contribution towards it, so I have not added it there.

@fkiraly fkiraly changed the title added Wang reference fcn [DOC] FCNClassifier - add Wang et al reference Feb 22, 2025
Copy link
Collaborator

@fkiraly fkiraly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

  • code formatting is failing, see here https://www.sktime.net/en/stable/developer_guide/coding_standards.html or in the detail sof the failing CI element
  • the reference in the text at the top should also be updated, currently it points to reference 1. Reference to 2 should be added, and perhaps 1 should be referred to differently or not at all?
  • is there code on GitHub that could have been copied? If so, the GitHub user names should also be credited in the "authors" tag.

@fkiraly
Copy link
Collaborator

fkiraly commented Feb 22, 2025

is there code on GitHub that could have been copied?

Re that, I remember that code was actually copied, from @hfawaz - we added the credits some time ago.

I also found these
https://github.com/cauchyturing/UCR_Time_Series_Classification_Deep_Learning_Baseline/blob/master/FCN.py
by @cauchyturing

and this:
https://github.com/timeseriesAI/tsai

I have not checked if the implementations are very similar, but I think @hfawaz is probably the entire copy tree, the other references may be independent.

@fkiraly fkiraly added documentation Documentation & tutorials module:classification classification module: time series classification labels Feb 22, 2025
@itsbharatj
Copy link
Contributor Author

itsbharatj commented Feb 22, 2025

Thank you for your comment, @fkiraly.

code formatting is failing

According to my understanding of the style, 88 characters should be there, but I had more than that. Fixed comit for this

Reference to 2 should be added

This is also implemented.

Let me know any additional things you would like me to look on this.

@itsbharatj
Copy link
Contributor Author

is there code on GitHub that could have been copied?

When I compared the code, it did not seemed to be copied. Let me know, if you would like me to further verify this.

@itsbharatj
Copy link
Contributor Author

@fkiraly can you please run the checks.

Thank You!

@Sohaib-Ahmed21
Copy link
Contributor

Sohaib-Ahmed21 commented Feb 23, 2025

@fkiraly can you please run the checks.
Thank You!

Just for reference, you can locally check the estimator changed using check_estimator in sktime https://www.sktime.net/en/latest/api_reference/auto_generated/sktime.utils.estimator_checks.check_estimator.html

@fkiraly
Copy link
Collaborator

fkiraly commented Feb 23, 2025

@fkiraly can you please run the checks.

Thank You!

Sure - thank you!

The code formatting is still failing, likely a space or newline somewhere.

Copy link
Collaborator

@fkiraly fkiraly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I fixed it now.

@fkiraly fkiraly merged commit 1e681ac into sktime:main Mar 6, 2025
6 of 7 checks passed
Spinachboul pushed a commit to Spinachboul/sktime that referenced this pull request Mar 23, 2025
#### Reference Issues/PRs
Fixes sktime#7862 


#### What does this implement/fix? Explain your changes.

Adds Wang et al. as in the references for the FCN classifier docs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Documentation & tutorials module:classification classification module: time series classification
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[DOC] FCNClassifier publication reference is incorrect
3 participants