How to

How To Create A Superset Guest Token With Python To Embed Dashboards

The ulterior motive is to embed a Superset Dashboard into e.g. a REACT application. To achieve this, one step includes the creation of guest tokens (service accounts). This process is (in my opinion) not sufficiently well documented, which is why i try to close this gap with this blog post. Overview To achieve the embedding …

How To Create A Superset Guest Token With Python To Embed Dashboards Read More »

Migrating existing OCI Kubernetes to VCN-Native Cluster with Terraform

Your OCI Kubernetes Cluster might have a little tool tip which states “migration required”. This is because, “in earlier releases (before March 16, 2021), Container Engine for Kubernetes provisioned clusters with Kubernetes API endpoints that were not integrated into your own VCN.” (oracle doc). Situation at Hand While you could specify custom VCNs, subnets and …

Migrating existing OCI Kubernetes to VCN-Native Cluster with Terraform Read More »

How to evaluate the Transformer Trainer

If you initialized a Trainer object, it will do the training boiler plate for you. Using the TrainingArguments, you can additionally customize your training process. One important argument is the evaluation_strategy which is set to “no” by default, thus no evaluation is done while training. You can set it up either per steps (using eval_steps) …

How to evaluate the Transformer Trainer Read More »

hungsblog | Nguyen Hung Manh | Dresden
Scroll to Top