rcurtin_irc changed the topic of #mlpack to: mlpack: a scalable machine learning library (https://www.mlpack.org/) -- channel logs: https://libera.irclog.whitequark.org/mlpack -- NOTE: messages sent here might not be seen by bridged users on matrix, gitter, or slack
<Aakash-kaushikAa> https://github.com/mlpack/models/issues/74 tracker for models documentation feel free to mention any issues if you notice them in the docs.
meetrainierManoj has joined #mlpack
<meetrainierManoj> Trying to compile the example shown on https://mlpack.org/ . I am using g++ on windows. Getting compilation errors
<meetrainierManoj> g++ nearest_neighbor.cpp -I "\Program Files\mlpack" -I \boost_1_75_0 -I "\Program Files\armadillo-10.6.2\include"
<meetrainierManoj> Among many errors..
<meetrainierManoj> C:/Strawberry/c/lib/gcc/x86_64-w64-mingw32/7.1.0/include/c++/bits/stl_vector.h:676:39: error: 'max_size' is not a member of 'std::vector<long long unsigned int>::_Alloc_traits {aka __gnu_cxx::__alloc_traits<std::allocator<long long unsigned int> >}'
<meetrainierManoj> { return _Alloc_traits::max_size(_M_get_Tp_allocator()); }
<meetrainierManoj> Any idea what is missing?