Skip to content
View benjaminkaplanphd's full-sized avatar

Block or report benjaminkaplanphd

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. traveling-salesperson traveling-salesperson Public

    Python

  2. Print Theano Tensor Shape Print Theano Tensor Shape
    1
    import numpy as np
    2
    from theano import function, printing, shared, tensor as T
    3
    
                  
    4
    PRINT = printing.Print('Theano shape: ', attrs=['shape'])
    5
    
                  
  3. Explode array values in columns to m... Explode array values in columns to multiple rows
    1
    import numpy as np
    2
    import pandas as pd
    3
    
                  
    4
    
                  
    5
    def explode(frame: pd.DataFrame, columns: List[str]):
  4. Newsiness Newsiness Public

    Highlighting the analysis and opinion contained in news articles.

    HTML

  5. InsightDemo InsightDemo Public

    C