Skip to content

Instantly share code, notes, and snippets.

View josegg05's full-sized avatar

Jose A Guzmán G josegg05

View GitHub Profile
@josegg05
josegg05 / example_DataReader.py
Created November 25, 2018 20:19
deepFM share
"""
A data parser for Porto Seguro's Safe Driver Prediction competition's dataset.
URL: https://www.kaggle.com/c/porto-seguro-safe-driver-prediction
"""
import pandas as pd
class FeatureDictionary(object):
def __init__(self, trainfile=None, testfile=None,
dfTrain=None, dfTest=None, numeric_cols=[], ignore_cols=[]):
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@josegg05
josegg05 / One Dimension Numpy.ipynb
Created August 17, 2020 18:00
One Dimension Numpy lab
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@josegg05
josegg05 / Lab - Two Dimensional Numpy.ipynb
Created August 18, 2020 14:52
Laboratory for learning operations with two dimensional numpy arrays
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.
@josegg05
josegg05 / Lab - Application Programming Interface (API) - 2.ipynb
Created September 7, 2020 16:25
Application Programming Interface (API) Lab using IBM Watson cloud computing for Speech to text transformation and language translation
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@josegg05
josegg05 / Final Test - IBM Python for Data Science and AI.ipynb
Created September 7, 2020 19:21
Analyzing US Economic Data and Building a Dashboard
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@josegg05
josegg05 / Lab - Simple Linear Regression.ipynb
Created September 10, 2020 14:16
Simple Linear Regression Laboratory
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@josegg05
josegg05 / Lab - Multiple Linear Regression.ipynb
Created September 10, 2020 20:27
Multiple Linear Regression Laboratory
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@josegg05
josegg05 / Lab - Polynomial Regression.ipynb
Created September 11, 2020 14:25
Polynomial Regression Laboratory
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.