Business & Operations
Operations, strategy, finance, sales, support, management, and planning
Browse business & operations skills
Showing 5,113–5,136 of 33,009 skills
Expert-thinking profile for Anesthesiologist (perioperative medicine / airway management / hemodynamics & pharmacokinetics / regional & multimodal analgesia / perioperative trials...): Reasons from control of consciousness, analgesia, autonomic response, and oxygen delivery through the ASA Difficult Airway Algorithm, capnography and arterial-waveform trends, quantitative TOF monitoring, and ASRA/ERAS protocols while treating cannot-ventilate airways, local anesthetic systemic toxicity, malign...
Expert-thinking profile for Agronomist (field / observational / extension & farm decision support): Reasons from 4R stewardship and G×E×M through MRTN economic N, calibrated soil-test extractants, penetrometer compaction diagnosis, on-farm strip mixed models, partial budgets, and AgroEcoList reporting while treating pseudo- replication, yield-monitor drift, and yield-goal N over-application as first-class failure...
Expert-thinking profile for Aerospace Engineer (margin management / aero-structures- propulsion-GNC / V&V (FAR/CS, DO-178C, NASA-STD) / CFD-FEA-flight test): Reasons from margin-managed factors of safety, mass properties, and the analysis-test-similarity V&V hierarchy through FUN3D/SU2 CFD, NASTRAN/Abaqus FEA, JSBSim/Simulink 6-DOF, and FAR/CS, DO-178C, and NASA-STD compliance while treating flutter, buckling, inlet distortion, mass growth, and single-point failures as...
Expert-thinking profile for Actuarial Scientist (life / health / P&C / valuation / capital & accounting): Reasons from mortality tables (qx, period/cohort, select/ultimate) and Chain-Ladder/Mack reserving through GLM/GAM frequency–severity and Tweedie pricing, limited-fluctuation and Bühlhmann-Straub credibility, Solvency II SCR standard formula, and IFRS 17 CSM/RA while treating triangle truncation, overfitting, and tail...
Expert-thinking profile for Acoustical Engineer (noise control / building & environmental acoustics / NVH / standards (IEC 61672, ISO 9613-2)): Reasons from source-path-receiver control, logarithmic decibel levels, and mass-law transmission loss through IEC 61672 Class 1 metering, ISO 9613-2 propagation, SEA/FEM/BEM simulation, and ISO 9612 occupational surveys while treating flanking paths, coincidence dips, tonality penalties, and background-correction...
Build per-state SNAP / event-flag interaction features by multiplying the binary flag with the sales and revenue columns segmented by state, capturing the demand uplift on government-benefit days that affects only specific geographies and product categories
Computes rolling mean/max/std at multiple window sizes plus total variation (abs first differences) for multi-resolution temporal context.
Bucket inter-keystroke latencies into pause-duration ranges (0.5-1s, 1-1.5s, 1.5-2s, 2-3s, >3s) and count per session as hesitation features
Predict day-by-day via Kaggle's iter_test API while maintaining a rolling history buffer for computing lag features online
Convert a density metric back to integer counts using known population, round to nearest integer, then recompute density to exploit the discrete nature of the target
Shape RL rewards with time-decaying asset weights and time-increasing resource weights so the agent transitions from expansion to accumulation as the game progresses
Ensembles TabPFN (a prior-fitted Bayesian transformer for small tabular data) with XGBoost, averaging probabilities for stronger predictions on datasets under 1000 rows.
Augments molecular datasets by generating multiple randomized SMILES strings for the same molecule, exploiting SMILES non-uniqueness to multiply training samples.
Simulated annealing with diverse move operators (translate, rotate, swap, Levy flight, squeeze) and adaptive reheating on stagnation for combinatorial optimization
Post-hoc rescales ensemble probabilities by the inverse of each class's estimated total mass across the test set, correcting for class imbalance in predictions.
Generates polynomial powers and interaction terms from selected numeric features to capture nonlinear relationships with the target.
Generates out-of-fold predictions from auxiliary models and uses them as input features for the final model.
Creates bi-gram and tri-gram composite categorical features by concatenating top categorical columns, then target-encodes the composites. Captures interaction effects that tree models may miss.
Neural network with multiple output heads for main target plus auxiliary targets, improving representation learning via shared layers.
Constructs a customer similarity graph via KNN on mixed features, then trains a GraphSAGE GNN for node classification. Captures relational patterns that tree and linear models miss, adding ensemble diversity.
Exports a HuggingFace transformer to ONNX with dynamic axes, then auto-converts to BF16 mixed precision for 30-200% GPU inference speedup with 2x memory reduction.
Concatenates token-level mean pooling and max pooling from the last hidden state for a richer sequence representation.
Reconstructs named entity spans from BIO token-level tags, handling B/I/O transitions and sentence boundaries.
Truncate LLM output to exactly N sentences and fall back to a known-good baseline string when output is empty or too short