Open hadifawaz1999 opened 3 months ago
Hi! I'd like to work on this.
Aeon-Assign bot assign @neuron283
@hadifawaz1999 Where should I add the testing function for deep clustering?
Under tests
subdirectory there are 2 files: test_deep_clusterer_base.py
and test_random_state_deep_learning_cluster.py
Also, the tests for classification and regression mentioned in #1826 are missing from latest version of aeon. It's a little confusing. Can you please elaborate?
the tests were moved into a new directory recently, @MatthewMiddlehurst could you give us an idea to where the new tests should go after the revamp we got in ?
If you want the test to run for each individual estimator, see the relevant yield file in testing/estimator_checking/
. You will want to add a check there (or look at the functions there currently if just viewing).
Currently, clustering is being ported here #1877.
should I wait before clustering gets ported or just carry on and create a PR?
should I wait before clustering gets ported or just carry on and create a PR?
probably will be simpler i think yes
Describe the feature or idea you want to propose
Following the updates in #1826 , would be nice to have the same functionality and testing in the deep clustering module.
Describe your proposed solution
save_init_model
flag parameter to each deep clustering module, default to Falseinit_file_name
default to "init_model"Describe alternatives you've considered, if relevant
No response
Additional context
No response