Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jupyter Notebook Kernel died after TGBMRegressor().fit(X_train, y_train) #29

Closed
lyghter opened this issue Aug 24, 2019 · 1 comment
Closed

Comments

@lyghter
Copy link

lyghter commented Aug 24, 2019

import json
import numpy as np
import pandas as pd
import thundergbm

INPUT_DIR = 'https://raw.githubusercontent.com/ArtyomSalnikov/tmp/master/'
X_train = pd.read_csv(INPUT_DIR+'X_train.csv')
y_train = np.ravel(pd.read_json(INPUT_DIR+'y_train.json').values)
thundergbm.TGBMRegressor().fit(X_train, y_train)

@Kurt-Liuhf
Copy link
Collaborator

Hi @ArtyomSalnikov , thanks for your feedback. We have fixed the bugs and you can now reinstall thundergbm via pip.

@lyghter lyghter closed this as completed Sep 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants