2 个仓库
Allows modification of visualization figures using standard graphing APIs.
Distinct from Plot Axis Customizers: Distinct from Plot Axis Customizers: focuses on returning editable figure objects for broader layout control rather than just axis settings.
Explore 2 awesome GitHub repositories matching data & databases · Optimization Plot Customizers. Refine with filters or upvote what's useful.
Optuna is a Python-based hyperparameter optimization framework designed to automate the search for optimal machine learning model configurations. It functions as a Bayesian optimization library that systematically tests parameter combinations to maximize or minimize objective functions, streamlining the model development process through iterative evaluation. The project distinguishes itself through a define-by-run dynamic construction model, which allows users to build complex, conditional search spaces using standard programming logic. Its architecture is highly modular, featuring a pluggabl
Returns editable figure objects for custom visualization layouts.
Makie.jl is a high-performance Julia data visualization library and hardware-accelerated plotting engine used to create interactive 2D and 3D visualizations. It functions as a reactive visualization framework where plots update automatically via observables and compute graphs, and as a vector graphics generator for high-resolution academic output. The system is distinguished by its backend-agnostic rendering pipeline, which supports OpenGL, WebGL, and ray-traced scenes. It employs a grammar-of-graphics approach to map variables to aesthetic attributes and utilizes a hierarchical scene graph t
Returns editable figure objects and provides APIs to add or remove plot elements for broad layout control.