Skip to content

Instantly share code, notes, and snippets.

View analyticsindiamagazine's full-sized avatar
:octocat:

Analytics India Magazine analyticsindiamagazine

:octocat:
View GitHub Profile
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.
@analyticsindiamagazine
analyticsindiamagazine / Predict_The_Book_Price_Solution.ipynb
Created October 4, 2019 10:58
MachineHack recently launched its latest hackathon called Predict The Price Of Books. This article is a complete step by step guide to the solution.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@analyticsindiamagazine
analyticsindiamagazine / CreatingTabularList.py
Created October 21, 2019 11:24
CreatingTabularList.py
#Defining the keyword arguments for fastai's TabularList
#Path / default location for saving/loading models
path = ''
#The dependent variable/target
dep_var = 'Price'
#The list of categorical features in the dataset
cat_names = ['Brand', 'Model', 'Location', 'Fuel_Type', 'Transmission', 'Owner_Type']
@analyticsindiamagazine
analyticsindiamagazine / Regression_Using_FastAi.ipynb
Created October 21, 2019 12:50
A Hands-On Guide To Regression With Fast.ai
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@analyticsindiamagazine
analyticsindiamagazine / Regression_With_FastAi.ipynb
Last active July 13, 2021 04:23
A HANDS-ON GUIDE TO REGRESSION WITH FAST.AI
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.
@analyticsindiamagazine
analyticsindiamagazine / Model_Eager_Execution_Enabled.ipynb
Created October 22, 2019 07:15
Even without training, call the model and inspect the output in eager execution.
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.