Skip to content
View jordanparker6's full-sized avatar
Block or Report

Block or report jordanparker6

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

  1. datascience-starter datascience-starter Public template

    A starter pack for data science projects based on key snippets of code from other projects.

    Python 3

  2. TransformerSeries TransformerSeries Public

    Python 1

  3. Transformers | BERT Quantile Regress... Transformers | BERT Quantile Regression Example
    1
    import torch
    2
    from transformers import AutoTokenizer, AutoConfig, AutoModel, DistilBertModel, TrainingArguments, Trainer
    3
    from transformers.modeling_outputs import SequenceClassifierOutput
    4
    from sklearn.model_selection import train_test_split
    5
    import wandb
  4. newsreader newsreader Public

    A web-scraper, sentiment and entity analysis tool for market research

    Python