Skip to content

RodGal-2020/qml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚛ Quantum Machine Learning

Project setup

  1. Open the .Rproj file.
  2. Launch renv::restore() and install all packages.
  3. Go to the experiments/ folder and run any experiment you want :).
  4. You may need to install additional packages:
renv::install(c(
  "ranger",
  "kernlab",
  "xgboost"
))

Project organization

  • data/: Contains the datasets used in the experiments, as well as some environments.
  • experiments/: Contains the experiments that were run.
  • figs/: Contains the figures generated in the experiments.
  • R/: Contains the functions used in the experiments.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages