Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Basic lib | |
| import pandas as pd | |
| import numpy as np | |
| import os | |
| import re | |
| import glob | |
| import csv | |
| import json | |
| from tqdm import tqdm | |
| from ast import literal_eval |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # conda activate bert-github | |
| #%% | |
| import pandas as pd | |
| import numpy as np | |
| import os | |
| import glob | |
| import pathlib | |
| from tqdm import tqdm | |
| from bs4 import BeautifulSoup |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import pandas as pd | |
| import numpy as np | |
| import os | |
| import networkx as nx | |
| from itertools import combinations, chain | |
| """ | |
| Process | |
| 1. Matrix drawing | |
| 1) Import venture-investor pair data |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import numpy as np | |
| import pandas as pd | |
| import sys | |
| import os | |
| import ast | |
| import re | |
| """ | |
| # weak name standardization |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| title: "Instagram Advertisement Text Analysis" | |
| author: "Sik Chung" | |
| --- | |
| ```{r global_options, include = FALSE} | |
| set.seed(1234) | |
| library(knitr) | |
| library(markdown) |
NewerOlder