Intel® oneAPI Data Analytics Library
Learn from community members on how to build compute-intensive applications that run efficiently on Intel® architecture.

Refitting a model with new data

jmnum
Beginner
684 Views

Hello, 
Is there a way to refit a model with new data?

train_algo = daal4py.gbt_regression_training()
train_result=train_algo.compute(X,y)

Now i'd like to resume training with some new data. It looks like running compute() again doesn't work.

Thanks

Labels (1)
0 Kudos
3 Replies
DiyaN_Intel
Moderator
637 Views

Hi,


Thank you for posting in Intel Communities.


Could you please share the following details so that we can try replicating the issue from our side.


1. Sample reproducer code and the two datasets(old and the new one).


2. Are you trying to run the sample reproducer in Intel Devcloud or in your PC ?


3. OS, Kernel and Processor details.


Regards,

Diya



0 Kudos
DiyaN_Intel
Moderator
588 Views

Hi,


We have not heard back from you.

Could you please share the above details so that we can try to investigate the issue from our end?


Regards,

Diya


0 Kudos
DiyaN_Intel
Moderator
488 Views

Hi, 


We have not heard back from you. This thread will no longer be monitored by Intel. If you need further assistance, please post a new question.


Thanks and Regards, 

Diya



0 Kudos
Reply