I am sending my paper to mdpi.com. They have their own standard of paper formatting. One of my tables is very wide and exceededs the paper's width
There is big space on the left side. Is there a way I can shift the table only to the left to look like this?
Here is my script:
\caption{ML algorithms and evaluation methods used for clinical notes.}
\begin{center}
\begin{tabular}{|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|}
\hline
\multirow{2}{*}{\textbf{\thead{Research}}}
& \multicolumn{6}{c|}{\textbf{\thead{Statistical Algorithms}}}
& \multicolumn{4}{c|}{\textbf{\thead{Neural Networks}}}
& \multicolumn{5}{c|}{\textbf{\thead{Evaluation Methods}}}
\\
\cline{2-16}
&\textbf{\thead{RF}}&\textbf{\thead{LR}}&\textbf{\thead{DT}}&\textbf{\thead{SVM}}&\textbf{\thead{NB}}&\textbf{\thead{KNN}}&\textbf{\thead{CNN}}&\textbf{\thead{RNN}}&\textbf{\thead{LSTM}}&\textbf{\thead{GRU}}
&\textbf{\thead{Recall}}&\textbf{\thead{Precision}}&\textbf{\thead{F1\\Score}}&\textbf{\thead{Accuracy}}&\textbf{\thead{AUC}}
\\
\hline
\thead{\cite{426}}
&\thead{\textcolor{red}{\ding{53}}} &\thead{\textcolor{mygreen}{\checkmark}} &\thead{\textcolor{red}{\ding{53}}}
&\thead{\textcolor{red}{\ding{53}}}
&\thead{\textcolor{red}{\ding{53}}}
&\thead{\textcolor{red}{\ding{53}}} &\thead{\textcolor{mygreen}{\checkmark}} &\thead{\textcolor{red}{\ding{53}}} &\thead{\textcolor{mygreen}{\checkmark}} &\thead{\textcolor{red}{\ding{53}}} &\thead{\textcolor{red}{\ding{53}}} &\thead{\textcolor{red}{\ding{53}}} &\thead{\textcolor{mygreen}{\checkmark}} &\thead{\textcolor{red}{\ding{53}}} &\thead{\textcolor{red}{\ding{53}}} \\
\cline{1-16}
\thead{\cite{473}}
&\thead{\textcolor{red}{\ding{53}}}
&\thead{\textcolor{red}{\ding{53}}}
&\thead{\textcolor{red}{\ding{53}}} &\thead{\textcolor{mygreen}{\checkmark}} &\thead{\textcolor{red}{\ding{53}}}
&\thead{\textcolor{red}{\ding{53}}} &\thead{\textcolor{mygreen}{\checkmark}} &\thead{\textcolor{mygreen}{\checkmark}} &\thead{\textcolor{mygreen}{\checkmark}} &\thead{\textcolor{red}{\ding{53}}} &\thead{\textcolor{red}{\ding{53}}} &\thead{\textcolor{red}{\ding{53}}} &\thead{\textcolor{mygreen}{\checkmark}} &\thead{\textcolor{red}{\ding{53}}} &\thead{\textcolor{red}{\ding{53}}} \\
\cline{1-16}
\end{tabular}
\label{table_Algorithms}
\end{center}
\end{table}
Testing all these algorithms manually would require data science expertise along with a large
This is the script header
\documentclass[computers,article,submit,moreauthors,pdftex]{Definitions/mdpi}
\maxdeadcycles=10000
\usepackage{amsmath,amssymb,pifont,amsfonts,makecell,ulem}
\usepackage{xcolor}
\usepackage{acronym}
\acrodef{AutoML}[AutoML]{automated machine learning}
\acrodef{ML}[ML]{machine learning}
\acrodef{AI}[AI]{artificial intelligence}
\acrodef{EHR}[EHR]{electronic health record}
\acrodef{NLP}[NLP]{natural language processing}
\acrodef{SVM}[SVM]{support vector machine}
\definecolor{mygreen}{RGB}{30, 155, 30}
\firstpage{1}
\makeatletter
\setcounter{page}{@firstpage}
\makeatother
\pubvolume{1}
\issuenum{1}
\articlenumber{0}
\pubyear{2021}
\copyrightyear{2020}
%\externaleditor{Academic Editor: Firstname Lastname}
\datereceived{}
\dateaccepted{}
\datepublished{}
Edit:
I rotated them vertically but the header text touches the line above
\begin{table}[!htb]
\caption{ML algorithms and evaluation methods used for clinical notes.}
\centering % <---
\setlength\tabcolsep{3pt}
\begin{center}
\begin{tabular}{|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|}
\hline
\multirow{2}{*}{\textbf{\thead{Research}}}
& \multicolumn{6}{c|}{\textbf{\thead{Statistical Algorithms}}}
& \multicolumn{4}{c|}{\textbf{\thead{Neural Networks}}}
& \multicolumn{5}{c|}{\textbf{\thead{Evaluation Methods}}}
\\
\cline{2-16}
&\rot{\textbf{\thead{RF}}}
&\rot{\textbf{\thead{LR}}}
&\rot{\textbf{\thead{DT}}}
&\rot{\textbf{\thead{SVM}}}
&\rot{\textbf{\thead{NB}}}
&\rot{\textbf{\thead{KNN}}}
&\rot{\textbf{\thead{CNN}}}
&\rot{\textbf{\thead{RNN}}}
&\rot{\textbf{\thead{LSTM}}}
&\rot{\textbf{\thead{GRU}}}
&\rot{\textbf{\thead{Recall}}}
&\rot{\textbf{\thead{Precision}}}
&\rot{\textbf{\thead{F1 Score}}}
&\rot{\textbf{\thead{Accuracy}}}
&\rot{\textbf{\thead{AUC}}}
\\
\hline
\thead{\cite{426}}
&\thead{\textcolor{red}{\ding{53}}} &\thead{\textcolor{mygreen}{\checkmark}} &\thead{\textcolor{red}{\ding{53}}}
&\thead{\textcolor{red}{\ding{53}}}
&\thead{\textcolor{red}{\ding{53}}}
&\thead{\textcolor{red}{\ding{53}}} &\thead{\textcolor{mygreen}{\checkmark}} &\thead{\textcolor{red}{\ding{53}}} &\thead{\textcolor{mygreen}{\checkmark}} &\thead{\textcolor{red}{\ding{53}}} &\thead{\textcolor{red}{\ding{53}}} &\thead{\textcolor{red}{\ding{53}}} &\thead{\textcolor{mygreen}{\checkmark}} &\thead{\textcolor{red}{\ding{53}}} &\thead{\textcolor{red}{\ding{53}}} \\





mygreendefined? How or where is\dingdefined? – Mico Feb 10 '21 at 07:26changepagepackage. – Zarko Feb 10 '21 at 08:20