Skip to content

Two questions about the code #1

@emmmmmmmmmmmmmmmmmmmmm

Description

@emmmmmmmmmmmmmmmmmmmmm

Hello! Thank you so much for sharing the code. Great Work!

I have read your code and have two questions.

  1. I find in the paper you say that the scoring functinon penalizes the late predictions more. That means when y_pred-y_ture=d>0, we will get a larger value. When y_pred-y_ture=-d<0, we will get a smaller value. But I find when d>0, a2=13 rather than 10. So is there something wrong in the setting of the function? I find in some other papers they set a2=10

  2. In file Main_MultipleCondts.ipynb, it seems there exists a error that
    norm_x_train = WorkRegimenNorm(data=cut_train, full_data = x_train, parameters_mean_list=parameters_mean_list, parameters_std_list=parameters_mean_list, cluster_labels=train_cluster_labels, no_clusters=6)
    parameters_std_list=parameters_mean_list seems wrong.

Thanks again for your sharing!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions