Skip to content

Instantly share code, notes, and snippets.

View kd2718's full-sized avatar
🏌️

koryd kd2718

🏌️
View GitHub Profile
@kd2718
kd2718 / .json
Last active December 9, 2016 19:13
store_return
{
"type": "FeatureCollection",
"features": [{
"id": 1,
"type": "Feature",
"geometry": {
"point": {
"type": "Point",
"coordinates": [-123.0208, 44.0464]
}

Keybase proof

I hereby claim:

  • I am kd2718 on github.
  • I am koryd2718 (https://keybase.io/koryd2718) on keybase.
  • I have a public key ASCK00lJojwzbZCzLw71sTmNARDO1lYn4T4LPFjTWPL2GQo

To claim this, I am signing this object:

@kd2718
kd2718 / docker-on-wsl-windows-10-home-docker-toolbox
Created November 3, 2017 08:35 — forked from strarsis/docker-on-wsl-windows-10-home-docker-toolbox.md
Notes about Docker on WSL (Windows 10 Home / Docker Toolbox) (Virtualbox instead Hyper-V)
Docker on WSL (Windows 10 Home / Docker Toolbox)
(Virtualbox instead Hyper-V)
Docker on WSL communicates with Docker on Windows from Docker Toolbox.
Install VirtualBox and Docker Toolbox on Windows.
Docker on Windows uses VM for Linux based docker containers.
@kd2718
kd2718 / Gun data Trial.ipynb
Created October 2, 2019 05:59
Gun data Trial.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Student: Kevin Liu
Status: Did not pass
TOTAL: 6.5/10
Data: 1.5
Use of Specialization (2.0/2.5 points)
Product/Business Impact (3.0/5.0 points)
@kd2718
kd2718 / plotly_test.ipynb
Last active December 18, 2019 02:55
plotly_test
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kd2718
kd2718 / toggle.ipynb
Created January 9, 2020 06:33
toggle.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kd2718
kd2718 / toggle.ipynb
Created January 9, 2020 06:43
toggle.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kd2718
kd2718 / Untitled.ipynb
Last active January 9, 2020 06:45
Untitled.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
model_args = {
"num_train_epochs": 2,
'reprocess_input_data': True,
'overwrite_output_dir': True,
"fp16": False,
}
# Create a ClassificationModel
model = ClassificationModel(
"roberta", "roberta-base", args=model_args