Getting Started with ML JupyterLab
Import libraries from ML-ready environments
import numpy as np
from sklearn.model_selection import RandomizedSearchCV
from sklearn.svm import SVC
import pandas as pd
import joblib
from ray.util.joblib import register_ray
import mlflow
import mlflow.sklearnLoad data from DNAnexus with fsspec-dnanexus
QC your data with Data Profiler
Helper functions
Create a DXProfile
Launch the GUI
Hyperparameter tuning (on Ray cluster)
How much faster, exactly?
Evaluate your model
Evaluate on the training data
Evaluate with Cross-Validation Predictions
Resources
Last updated