Contents Menu Expand Light mode Dark mode Auto light/dark mode
Python documentation
Light Logo Dark Logo

Contents:

  • Guides
    • Installation
    • Peloptimize Package Guide
    • Generating New Build
    • Documentation Workflow
    • Five Python Refactoring Tips to Improve Your Code
  • API
    • constants
    • endpoints
    • logging_config
    • ml_configs
    • mltrainer
    • otm
    • utils
    • datatools
      • data_checks
      • display
      • io_ops
      • ml_filters
      • outlier_removal
      • plots
      • shap_ops
    • files
      • complex_constraints
      • constant_limits
      • custo_real
      • depara_pisystem
      • df_detailed
      • fixed_limits
      • general_constraints
      • lp_denorm_constraints
      • norm_limits
      • process_tag_map
      • quantile_limits
      • range_complex_constraints
      • range_constraints
      • rolling_limits
      • tags_relationships
      • variable_constraints
    • model_diagnostics
      • unfeasible_tools
    • modules
      • constraints
      • limits
      • lparray
      • model_module
      • ops
      • outputs
      • predictive_module
      • pulp_solver
      • solver_ops
Back to top

Guides#

Contents:

  • Installation
    • Using pip
    • Using setup.py
    • Python Environment
    • Developer Notes
  • Peloptimize Package Guide
    • Overview
    • Installation
    • Main Modules
    • Command-Line Commands
    • Production Ranges
    • Input Files
    • Output Files
    • Basic Usage
  • Generating New Build
    • Prerequisites
    • Updating the Package Version
    • Generating a New Package Build
    • Uploading to Data Bricks Cluster Packages
    • Conclusion
  • Documentation Workflow
  • Five Python Refactoring Tips to Improve Your Code
    • 1. Remove commented out code
    • 2. Extract magic numbers and strings
    • 3. Remove duplication
    • 4. Split up large functions
    • 5. Move local variable declarations close to their usages

API#

  • constants
  • endpoints
  • logging_config
  • ml_configs
  • mltrainer
    • Usage
    • Developer Notes
  • otm
  • utils
  • datatools
    • Submodules
    • Module contents
  • files
    • Submodules
    • Module contents
  • model_diagnostics
    • Submodules
    • Module contents
  • modules
    • Submodules
    • Module contents
Next
Installation
Previous
Home
Copyright ©
Made with Sphinx and @pradyunsg's Furo