The command "library = ps.PolynomialLibrary(degree = 3, library_ensemble=True, ensemble_indices = chopped_inds)" in Ensemble SINDy is not working in a proper manner. When I am using model.get_feature_names() with this library It is giving the same library terms as the original after truncation.
The command "library = ps.PolynomialLibrary(degree = 3, library_ensemble=True, ensemble_indices = chopped_inds)" in Ensemble SINDy is not working in a proper manner. When I am using model.get_feature_names() with this library It is giving the same library terms as the original after truncation.
Can you fix this problem?