I hereby claim:
- I am vaidic on github.
- I am vaidicjoshi (https://keybase.io/vaidicjoshi) on keybase.
- I have a public key ASDX4ssNxsOh_RKhVRYMZrjR5LThSmsFc_7MZqWBOU3mTAo
To claim this, I am signing this object:
| { | |
| "basics": { | |
| "name": "Thomas Edison", | |
| "label": "Inventor and Businessman", | |
| "picture": "https://example.com/photo.jpg", | |
| "email": "thomas.edison@example.com", | |
| "phone": "(123) 456-7890", | |
| "website": "https://thomasedison.com", | |
| "summary": "Prolific inventor and businessman known for developing many devices that greatly influenced life around the world, including the phonograph, the motion picture camera, and the electric light bulb.", | |
| "location": { |
I hereby claim:
To claim this, I am signing this object:
| def configure_kaggle(): | |
| # reinstall kaggle cli to get latest version | |
| ! pip uninstall kaggle -y && pip install kaggle | |
| # copy kaggle.json from drive to env | |
| from google.colab import drive | |
| drive.mount('/gdrive') | |
| ! mkdir /root/.kaggle/ | |
| ! cp /gdrive/MyDrive/kaggle/kaggle.json /root/.kaggle/kaggle.json | |
| def download_dataset_from_kaggle(dataset): |
| !pip uninstall kaggle -y && pip install kaggle | |
| import json | |
| import zipfile | |
| import os | |
| api_token = {"username":"USERNAME","key":"KEY"} | |
| !mkdir /root/.kaggle | |
| with open('/root/.kaggle/kaggle.json', 'w') as file: | |
| json.dump(api_token, file) | |
| !chmod 600 /root/.kaggle/kaggle.json |
| ## Cash Payment/Receipt Vouchers & Book | |
| ## Bank Payment/Receipt Vouchers & Book | |
| ## Summary/Daily Petty Cash Book | |
| ## Journal Vouchers and Journal | |
| ## General Ledger | |
| ## Fixed Assets Register | |
| ## Contract/Registration Documents | |
| ## Attendance Register | |
| ## Budget Copies of various grants | |
| ## Utilization Certificates |
| Suppose your friend offers a pair of bets: | |
| (i) if it rains or is overcast tomorrow, you pay him $4, otherwise he pays you $6; | |
| (ii) if it is sunny you pay him $5, otherwise he pays you $5. | |
| > Suppose rain, overcast, and sunny are the only events in consideration. | |
| In this problem, form my friend's understanding in order to make bets fair, he must have calculated th following : | |
| => For bet (i) to be fair, his probability that it rains or is overcast must be .6 (you can verify this by calculating his expected return and setting it equal to $0). | |
| => For bet (ii) to be fair, his probability that it will be sunny must be .5. | |
| => the probability it will rain tomorrow is 0.3, the probability it is overcast but doesn’t rain is 0.3, -- from bet #1 | |
| => it is sunny without rain is 0.5, -- from bet #2 |
I hereby claim:
To claim this, I am signing this object: