\begin{tikzpicture}
\begin{axis}[
xlabel={ Build+Query time (s) },
ylabel={ RMSE },
xmode = log,
ymode = log,
grid=major,
yticklabel style={/pgf/number format/fixed,
/pgf/number format/precision=3},
legend style = { anchor=west},
cycle list name = black white
]
\addplot [only marks] coordinates {
(0.05032491683959961, 0.0)
(0.013086557388305664, 3.5013853510224006e-11)
(0.038455963134765625, 4.496853034315295e-05)
(0.011195182800292969, 0.010932915141797945)
(0.1423964500427246, 0.540926561966895)
(0.09209299087524414, nan)
};
\addlegendentry{ bruteforce-product-blas };
\addplot [only marks] coordinates {
(0.014294862747192383, 7.816606313770346e-14)
(0.014139175415039062, 5.731797928108055e-05)
(0.00558018684387207, 7.884244682938485e-05)
(0.0031414031982421875, 9.08332229840654e-05)
(0.007806062698364258, 0.024509673813208763)
(0.007259368896484375, 0.0245101849219791)
};
\addlegendentry{ htool-product };
\end{axis}
\end{tikzpicture}