Skip to content
View Non-NeutralZero's full-sized avatar
๐Ÿ’ญ
๐ŸŒŠ
๐Ÿ’ญ
๐ŸŒŠ

Block or report Non-NeutralZero

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
Non-NeutralZero/README.md

Pinned Loading

  1. notebook notebook Public

    An attempt at centralizing all my documentation files and code snippets in a minimalist and structured manner.

    Jupyter Notebook 1

  2. Multi-module build based on sbt Multi-module build based on sbt
    1
    import sbt.{Compile, Test, *}
    2
    import Keys.{baseDirectory, libraryDependencies, *}
    3
    
                  
    4
    // sbt.version = 1.6.2
    5
    ThisBuild / trackInternalDependencies := TrackLevel.TrackIfMissing
  3. article-class-imbalance article-class-imbalance Public

    Class Imbalance

    HTML

  4. spark-feature-engineering-toolkit spark-feature-engineering-toolkit Public

    Forked from AshtonIzmev/spark-feature-engineering-toolkit

    Snippets of spark/scala code used to do some handy feature engineering

    Scala