Breaking 🔥 * AI: moves public `g.g_dgl` from KG `embed` method to private method `g._kg_dgl` * AI: moves public `g.DGL_graph` to private attribute `g._dgl_graph` * AI: To return matrices during transform, set the flag: `X, y = g.transform(df, return_graph=False)` default behavior is ~ `g2 = g.transform(df)` returning a `Plottable` instance.