math4mad
math4mad
1. problem typo [Version 8.1.0](https://stanjulia.github.io/Stan.jl/stable/VERSIONS/#Version-8.1.0) Support StanSanple.jl v5.3 multithreading in cmdstan 2. question 1: how to plot model 3. how to use julia's DataFrame'object at stan model 4.
logger and mlflow is amazing [dagshub](https://dagshub.com/docs/integration_guide/mlflow_tracking/) is also amazing I was wondering could be integrating them ?
sorry for that ! Useable module part make me confuse. Better make a minimal folder structure demo
How to add an optimizer ? following AbstractGPs.jl 's co2 demo. ```Julia opt =Flux.Optimise.Nesterov() #? function agp(X,y) kernel =build_kernel(ParameterHandling.value(θ_init)) for (index, num_inducing) in enumerate(Ms) @info "Training with $(num_inducing) points" m...
According with this part [dagshub mlflow integrations](https://dagshub.com/math4mad/mlj-test/settings/integrations) how to fill params of headers ```Julia mlf = MLFlow("https://dagshub.com/math4mad/mlj-test.mlflow";headers=Dict("MLFLOW_TRACKING_USERNAME"=>"******","MLFLOW_TRACKING_PASSWORD"=>"********" )) # Initiate new experiment experiment_id = createexperiment(mlf; name="price-paths") # Create a run...