> On 18 Mar 2020, at 08:59, princit wrote:
>
> I am new in python. I am trying to predict the "time_to_failure" for given
> "acoustic_data" in the test CSV file using catboost algorithm.
>
>
> def catbostregtest(X_train, y_train):
># submission format
>submission = pd.read_csv('sa
I am new in python. I am trying to predict the "time_to_failure" for given
"acoustic_data" in the test CSV file using catboost algorithm.
def catbostregtest(X_train, y_train):
# submission format
submission = pd.read_csv('sample_submission.csv', index_col='seg_id')
X_test = pd.Data