Skip to main content

Batch Effect Removal Neural Networks for Tandem Mass Spectrometry

Project description

BERNN-MSMS

Minimal README for quick usage.

Longer historical content is kept in LEGACY_README.md.

Install

pip install bernn

Basic usage

from bernn import TrainAEClassifierHoldout

trainer_cls = TrainAEClassifierHoldout
trainer = trainer_cls(config=bernn_config, log_metrics=True, keep_models=False)

# Train and predict in one call
preds_encoded = trainer.fit_predict(
    X_train,
    y_train,
    X_test=X_test,
    y_test=y_test,
    groups_train=batches_train,
    groups_test=batches_test,
    cross_validation=False,
    cross_test=False,
)

# Decode predictions back to original labels
preds = trainer.predict(X_test)

Important runtime contract:

  • groups_train is mandatory.
  • If X_test is provided, groups_test is mandatory.

Important parameters

Focus on these first:

  • optimize_hyperparams: enable/disable Ax optimization.
  • n_trials: number of optimization trials.
  • fixed_hyperparams: force values and remove them from search.
  • n_repeats: number of holdout repeats.
  • n_layers, layer1: classifier depth and width seed.
  • dloss: domain loss mode.
  • warmup, n_epochs: core training schedule.
  • device: cpu/cuda target.
  • scaler, bs: preprocessing and batch size.

Official documentation

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bernn-0.4.5.tar.gz (275.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

bernn-0.4.5-py3-none-any.whl (292.3 kB view details)

Uploaded Python 3

File details

Details for the file bernn-0.4.5.tar.gz.

File metadata

  • Download URL: bernn-0.4.5.tar.gz
  • Upload date:
  • Size: 275.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.12

File hashes

Hashes for bernn-0.4.5.tar.gz
Algorithm Hash digest
SHA256 9beb92cda124dc36d7a2f7a5f3150ca0da969eddf0e1f9027acaf38e34e7e01b
MD5 11947dc57379bb29188fbb1403faaf26
BLAKE2b-256 857eeed34e5720b69fee4fba5246c6ad20e28687b226b349a28f2c9422d45f6f

See more details on using hashes here.

File details

Details for the file bernn-0.4.5-py3-none-any.whl.

File metadata

  • Download URL: bernn-0.4.5-py3-none-any.whl
  • Upload date:
  • Size: 292.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.12

File hashes

Hashes for bernn-0.4.5-py3-none-any.whl
Algorithm Hash digest
SHA256 c70ed8039d98401a246b330c5dd9d664a5adddab2d39e862b95af60a4cd4ee9e
MD5 c9be9b74c92fc96efbdbec70da455360
BLAKE2b-256 334cd7ee1cc08d0ce663883546acd606bee839840384ba022ca55dd17a294226

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page