Feat C++ API
A feature engineering automation tool
pybind.cc File Reference
#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"
Include dependency graph for pybind.cc:

Go to the source code of this file.

Macros

#define STRINGIFY(x)   #x
 
#define MACRO_STRINGIFY(x)   STRINGIFY(x)
 

Functions

 PYBIND11_MODULE (_feat, m)
 

Macro Definition Documentation

◆ MACRO_STRINGIFY

#define MACRO_STRINGIFY (   x)    STRINGIFY(x)

Definition at line 27 of file pybind.cc.

◆ STRINGIFY

#define STRINGIFY (   x)    #x

Definition at line 26 of file pybind.cc.

Function Documentation

◆ PYBIND11_MODULE()

PYBIND11_MODULE ( _feat  ,
 
)

Definition at line 34 of file pybind.cc.