cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to view the source code of a generated model?

Is it possible to view the source code of a generated model?

I would like to build the generated model on my side. Is it possible to view the source code of a specific model, for example, "Keras BPE encoding of text variables",  so that I may build it on colab?

Labels (1)
0 Kudos
1 Reply
Scult
DataRobot Alumni

This is not something we support currently. Luckily, it's pretty easy to "Open Documentation" on any step in a Blueprint and see a description of the algorithm being used there. There are generally references to open source libraries and papers in the documentation as well.

 

For example, here's an implementation of BPE out in Git (under MIT License):

 

https://github.com/soaxelbrooke/python-bpe

 

HTH!

 

Steve