Feat C++ API
A feature engineering automation tool
|
#include <pybind11/pybind11.h>
#include <pybind11/eigen.h>
#include <pybind11/stl.h>
#include <pybind11/iostream.h>
#include "pybind11_json/pybind11_json.hpp"
#include "nlohmann/json.hpp"
#include "feat.h"
Go to the source code of this file.
Macros | |
#define | STRINGIFY(x) #x |
#define | MACRO_STRINGIFY(x) STRINGIFY(x) |
Functions | |
PYBIND11_MODULE (_feat, m) | |